Browse Source

Add more run scripts

master
mid-kid 4 weeks ago
parent
commit
0b92f6ac40
  1. 5
      run_auth
  2. 5
      run_socks

5
run_auth

@ -0,0 +1,5 @@
#!/bin/sh
dir="$(dirname "$0")"
cd "$dir/auth"
exec ./server.py

5
run_socks

@ -0,0 +1,5 @@
#!/bin/sh
dir="$(dirname "$0")"
cd "$dir/proxy/microsocks"
exec ./microsocks
Loading…
Cancel
Save