scre.git

sp.sh

espurr
#!/bin/sh
# sp - background program
# Copyright (C) 2024 ArcNyxx <me@arcnyxx.net>
# see LICENCE file for licensing information

read -r PROG
nohup $PROG >/dev/null &

sleep 0.1
exit