ESL-devenv/bin/run.sh
2021-12-12 13:59:57 +01:00

15 lines
107 B
Bash
Executable File

#!/bin/bash
if [[ -x "$1" ]]
then
$1
exit $?
fi
while true
do
sleep 1
# Running daemon
done