summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-06-30 01:32:37 -0500
committerepoch <epoch@hacking.allowed.org>2014-06-30 01:32:37 -0500
commit90f8c4d6729b6903f0a067c2112488d651af4f0a (patch)
tree8467cf88263eae2ce8940fea8721085bd1a24c8e /shell
parent7bfe791fa77d7b9adf430bd24266d9837230cade (diff)
downloadsegfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.tar.gz
segfault-90f8c4d6729b6903f0a067c2112488d651af4f0a.zip
first commit from new setup. don't remember what I changed.
Diffstat (limited to 'shell')
-rwxr-xr-xshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell b/shell
index f493979..507407d 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 > /home/segfault/files/cmd_out 2>&1
+tail -f /home/segfault/files/cmd_in | su -l segfault 2>&1 > /home/segfault/files/cmd_out 2>&1