mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-08 06:02:51 +08:00
remove old proxychains launcher script
This commit is contained in:
parent
5526afb56d
commit
c8bfdc15e6
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
echo "ProxyChains-3.1 (http://proxychains.sf.net)"
|
|
||||||
|
|
||||||
usage() {
|
|
||||||
|
|
||||||
echo " usage:"
|
|
||||||
echo " $0 [h] [f config-file] <prog> [args]"
|
|
||||||
exit
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ $# = 0 ] ; then
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ $1 = "-h" ]; then
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$1" = "-f" ]; then
|
|
||||||
export PROXYCHAINS_CONF_FILE=$2;
|
|
||||||
shift;
|
|
||||||
shift;
|
|
||||||
fi
|
|
||||||
|
|
||||||
export LD_PRELOAD=libproxychains.so.3
|
|
||||||
exec "$@"
|
|
Loading…
Reference in New Issue
Block a user