scre.git
sp.sh
#!/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
sp.sh
#!/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