diff options
author | epoch <epoch@hacking.allowed.org> | 2014-06-30 01:32:37 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-06-30 01:32:37 -0500 |
commit | 90f8c4d6729b6903f0a067c2112488d651af4f0a (patch) | |
tree | 8467cf88263eae2ce8940fea8721085bd1a24c8e /runme.sh | |
parent | 7bfe791fa77d7b9adf430bd24266d9837230cade (diff) | |
download | segfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.tar.gz segfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.zip |
first commit from new setup. don't remember what I changed.
Diffstat (limited to 'runme.sh')
-rwxr-xr-x | runme.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ #!/bin/sh export LD_LIBRARY_PATH=`pwd`/libirc -./shell& -./segfault Seg +cd /home/segfault +while true;do /root/services/segfault/shell;done& 2>&1 > /dev/null +while true;do su segfault -c /root/services/segfault/segfault;done 2>&1 > /dev/null wait |