mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
12 lines
90 B
Bash
12 lines
90 B
Bash
DEBUG=@DEBUG@
|
|
|
|
MODDIR=${0%/*}
|
|
|
|
cd $MODDIR
|
|
|
|
(
|
|
while true; do
|
|
./daemon || exit 1
|
|
done
|
|
) &
|