AuberBoxTagWebGenerator/src/queue

7 lines
134 B
Plaintext
Raw Normal View History

2024-04-04 16:15:42 +02:00
#!/usr/bin/env bash
cd "$( dirname "${BASH_SOURCE[0]}" )"
while :; do
sleep 5 &
./queueWorker >> /var/www/html/log.txt
wait
done