diff options
author | epoch <epoch@hacking.allowed.org> | 2014-02-05 04:27:07 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-02-05 04:27:07 -0600 |
commit | 8ea60384731c92fe1daa64160f6cacc33177066d (patch) | |
tree | d68c6d74cab9b5d76562d386da5addba15eca40f /runme.sh | |
parent | 517add9afbc9ffbc0cf3425074ecb093fa59fdca (diff) | |
download | segfault-8ea60384731c92fe1daa64160f6cacc33177066d.tar.gz segfault-8ea60384731c92fe1daa64160f6cacc33177066d.zip |
first useful commit. hopefully it compiles...
Diffstat (limited to 'runme.sh')
-rwxr-xr-x | runme.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runme.sh b/runme.sh new file mode 100755 index 0000000..bd434d4 --- /dev/null +++ b/runme.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export LD_LIBRARY_PATH=`pwd`/libirc +./shell& +./segfault bot_$$ |