summaryrefslogtreecommitdiff
path: root/scripts/spawn
blob: fdb26140332d0021b817775a61133fe7360205b2 (plain)
1
2
3
4
5
#!/bin/sh

# Simple command to spawn and detach an application

"$@" >/dev/null 2>&1 &

Generated with cgit - Back to sebastiano.tronto.net