Init
This commit is contained in:
commit
d2b10c7f82
|
@ -0,0 +1,2 @@
|
||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
install -Dm 755 webtunnel-client /usr/bin/
|
||||||
|
install -Dm 755 webtunnel-server /usr/bin/
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git add . && git commit -m "Update" && git push
|
||||||
|
|
||||||
|
echo "Ready"
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue