diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:13:11 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:13:11 -0500 |
commit | f4c980e4b38165322ad005e032cfbda40471b9ed (patch) | |
tree | 605f39e4398dcc85cfd5d7e1db89fba7bb1e1811 /runme.sh | |
parent | 7f82cd9b726f69f01c243833058e438c4e22b84f (diff) | |
download | segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.tar.gz segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.zip |
deleted the compile.sh shit. using makefiles now.
added %~ to point to the bot's cwd.
updated README to include useful info about env vars he uses.
fixed runme.sh to use libhashtable's directory in LD_LIBRARY_PATH
Diffstat (limited to 'runme.sh')
-rwxr-xr-x | runme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -export LD_LIBRARY_PATH=`pwd`/libirc +export LD_LIBRARY_PATH=`pwd`/libirc:`pwd`/libhashtable 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 |