summaryrefslogtreecommitdiff
path: root/scripts/spawn
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/spawn')
-rwxr-xr-xscripts/spawn5
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 &

Generated with cgit - Back to sebastiano.tronto.net