mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
The official distributed.net v2 personal proxy for rc5des. PR: 14808 Submitted by: Steven Enderle <globalpanic@gmx.net>
6 lines
107 B
Bash
6 lines
107 B
Bash
#!/bin/sh
|
|
|
|
dir="CHANGETHIS"
|
|
|
|
echo -n " proxyper"
|
|
su -m nobody -c "$dir/proxyper" 2>/dev/null >/dev/null &
|