From 0b92f6ac40ad3d13d034944bd1ca2e525944106c Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 27 Oct 2024 11:44:07 +0100 Subject: [PATCH] Add more run scripts --- run_auth | 5 +++++ run_socks | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 run_auth create mode 100755 run_socks diff --git a/run_auth b/run_auth new file mode 100755 index 0000000..64089d6 --- /dev/null +++ b/run_auth @@ -0,0 +1,5 @@ +#!/bin/sh +dir="$(dirname "$0")" + +cd "$dir/auth" +exec ./server.py diff --git a/run_socks b/run_socks new file mode 100755 index 0000000..dc00146 --- /dev/null +++ b/run_socks @@ -0,0 +1,5 @@ +#!/bin/sh +dir="$(dirname "$0")" + +cd "$dir/proxy/microsocks" +exec ./microsocks