This commit is contained in:
Valeria Fadeeva 2024-11-30 01:24:20 +05:00
commit d2b10c7f82
6 changed files with 13 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# webtunnel
webtunnel

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
install -Dm 755 webtunnel-client /usr/bin/
install -Dm 755 webtunnel-server /usr/bin/

5
push.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
echo "Ready"

BIN
webtunnel-client Executable file

Binary file not shown.

BIN
webtunnel-server Executable file

Binary file not shown.