spawn (87B)
1 #!/bin/sh 2 3 # Simple command to spawn and detach an application 4 5 "$@" >/dev/null 2>&1 &
configMy configuration files and custom scripts. | |
| git clone https://git.tronto.net/config | |
| Download | Log | Files | Refs |
spawn (87B)
1 #!/bin/sh 2 3 # Simple command to spawn and detach an application 4 5 "$@" >/dev/null 2>&1 &