From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/spawn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/spawn (limited to 'scripts/spawn') diff --git a/scripts/spawn b/scripts/spawn new file mode 100755 index 0000000..fdb2614 --- /dev/null +++ b/scripts/spawn @@ -0,0 +1,5 @@ +#!/bin/sh + +# Simple command to spawn and detach an application + +"$@" >/dev/null 2>&1 & -- cgit v1.3