diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_fork')
| -rw-r--r-- | home/dot_local/share/bin/executable_fork | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dot_local/share/bin/executable_fork b/home/dot_local/share/bin/executable_fork new file mode 100644 index 0000000..63e7541 --- /dev/null +++ b/home/dot_local/share/bin/executable_fork @@ -0,0 +1,2 @@ +#!/bin/sh +(setsid "$@" > /dev/null 2> /dev/null &) |