diff options
author | epoch <epoch@hacking.allowed.org> | 2014-02-09 07:09:28 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-02-09 07:09:28 -0600 |
commit | 0aa07718054116019222cbd69b81f1508bfa8dc0 (patch) | |
tree | 2723341fb1b4c0196f61823933ab0fee4a022a99 /runme.sh | |
parent | 2bf21d6516ed44567e9cf842b25fc30a3affc03f (diff) | |
download | segfault-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-x | runme.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/sh export LD_LIBRARY_PATH=`pwd`/libirc ./shell& -./segfault bot_$$ +./segfault SegFault$$ +wait |