Skip to content

Commit e8e4e20

Browse files
author
wartalker
committed
pypy
1 parent c8aca89 commit e8e4e20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pypyrun.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /bin/bash
2+
3+
id socks5 &>/dev/null || {
4+
pip install --proxy http://103.200.29.9:8888/ -r requirements.txt;
5+
adduser --disabled-password --gecos '' socks5;
6+
}
7+
8+
echo "running socks5 proxy......"
9+
su -m socks5 -c "pypy3 s5tun.py -S "

0 commit comments

Comments
 (0)