summaryrefslogtreecommitdiff
path: root/runme.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-02-09 07:09:28 -0600
committerepoch <epoch@hacking.allowed.org>2014-02-09 07:09:28 -0600
commit0aa07718054116019222cbd69b81f1508bfa8dc0 (patch)
tree2723341fb1b4c0196f61823933ab0fee4a022a99 /runme.sh
parent2bf21d6516ed44567e9cf842b25fc30a3affc03f (diff)
downloadsegfault-0aa07718054116019222cbd69b81f1508bfa8dc0.tar.gz
segfault-0aa07718054116019222cbd69b81f1508bfa8dc0.zip
added minimal startup scripts.
deleted a bunch of shit from compile.sh cleaned segfault a bit. made the shell script not auto-generated. everything expects /home/segfault/ to be where segfault gets ran. you have to do the chdir yourself now.
Diffstat (limited to 'runme.sh')
-rwxr-xr-xrunme.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/runme.sh b/runme.sh
index bd434d4..649ec36 100755
--- a/runme.sh
+++ b/runme.sh
@@ -1,4 +1,5 @@
#!/bin/sh
export LD_LIBRARY_PATH=`pwd`/libirc
./shell&
-./segfault bot_$$
+./segfault SegFault$$
+wait