forked from colonelpanic/dotfiles
[Linux] Avoid output to nohup.out
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
pkill "$1"
|
||||
nohup "$@" & >"/tmp/$1.out" 2>"/tmp/$1.error"
|
||||
nohup "$@" >"/tmp/$1.out" 2>"/tmp/$1.error" &
|
||||
|
Reference in New Issue
Block a user