ESL-devenv/bin/run.sh
2021-12-10 17:04:11 +01:00

15 lines
107 B
Bash

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