summaryrefslogtreecommitdiff
path: root/runme.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-06-30 01:32:37 -0500
committerepoch <epoch@hacking.allowed.org>2014-06-30 01:32:37 -0500
commit90f8c4d6729b6903f0a067c2112488d651af4f0a (patch)
tree8467cf88263eae2ce8940fea8721085bd1a24c8e /runme.sh
parent7bfe791fa77d7b9adf430bd24266d9837230cade (diff)
downloadsegfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.tar.gz
segfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.zip
first commit from new setup. don't remember what I changed.
Diffstat (limited to 'runme.sh')
-rwxr-xr-xrunme.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/runme.sh b/runme.sh
index 3b76b31..ffc77c6 100755
--- a/runme.sh
+++ b/runme.sh
@@ -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