summaryrefslogtreecommitdiff
path: root/runme.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-02-09 23:28:18 -0600
committerepoch <epoch@hacking.allowed.org>2014-02-09 23:28:18 -0600
commit4ae689b8acf2688e4c7a064634494ea1040bb121 (patch)
tree46a2dea3d2351cfe2323a90f688dc3a06e609bdd /runme.sh
parent0aa07718054116019222cbd69b81f1508bfa8dc0 (diff)
downloadsegfault-4ae689b8acf2688e4c7a064634494ea1040bb121.tar.gz
segfault-4ae689b8acf2688e4c7a064634494ea1040bb121.zip
fixed a small bug in format_magic.
Diffstat (limited to 'runme.sh')
-rwxr-xr-xrunme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runme.sh b/runme.sh
index 649ec36..3b76b31 100755
--- a/runme.sh
+++ b/runme.sh
@@ -1,5 +1,5 @@
#!/bin/sh
export LD_LIBRARY_PATH=`pwd`/libirc
./shell&
-./segfault SegFault$$
+./segfault Seg
wait