summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-23 14:52:21 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-23 14:52:21 -0500
commit96a54b380213119e1076f00e2ec44889552fb7d2 (patch)
treefa9e8e484fbfd05da2b4973522a706acde15a795 /shell
parent90f8c4d6729b6903f0a067c2112488d651af4f0a (diff)
downloadsegfault-96a54b380213119e1076f00e2ec44889552fb7d2.tar.gz
segfault-96a54b380213119e1076f00e2ec44889552fb7d2.zip
Stuff!
Diffstat (limited to 'shell')
-rwxr-xr-xshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell b/shell
index 507407d..672b89e 100755
--- a/shell
+++ b/shell
@@ -4,4 +4,4 @@ kill `pgrep -P 1 -f "tail -f /home/segfault/files/cmd_in"`
mkdir -p /home/segfault/files
mkfifo /home/segfault/files/cmd_in
mkfifo /home/segfault/files/cmd_out
-tail -f /home/segfault/files/cmd_in | su -l segfault 2>&1 > /home/segfault/files/cmd_out 2>&1
+exec segfault tail -f /home/segfault/files/cmd_in | su -l segfault 2>&1 > /home/segfault/files/cmd_out 2>&1