summaryrefslogtreecommitdiff
path: root/shell
blob: 507407dded873431a13623413db1a5d0910ebf88 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#this is to keep stale tails from hanging around...
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