diff options
Diffstat (limited to 'scripts/spawn')
-rwxr-xr-x | scripts/spawn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/spawn b/scripts/spawn new file mode 100755 index 0000000..6a30ee1 --- /dev/null +++ b/scripts/spawn @@ -0,0 +1,3 @@ +#!/bin/bash + +$@ 2>&1 >/dev/null & disown %1 |