diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/spawn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/spawn b/scripts/spawn new file mode 100755 index 0000000..fdb2614 --- /dev/null +++ b/scripts/spawn | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Simple command to spawn and detach an application | ||
| 4 | |||
| 5 | "$@" >/dev/null 2>&1 & | ||
