diff options
Diffstat (limited to 'spawn')
| -rwxr-xr-x | spawn | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Simple command to spawn and detach an application | ||
| 4 | |||
| 5 | "$@" >/dev/null 2>&1 & | ||
![]() |
index : scripts | |
| Various scripts for UNIX-like systems |
| aboutsummaryrefslogtreecommitdiff |
| -rwxr-xr-x | spawn | 5 |
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Simple command to spawn and detach an application | ||
| 4 | |||
| 5 | "$@" >/dev/null 2>&1 & | ||
Generated with cgit - Back to sebastiano.tronto.net