mirror of
https://github.com/Noratrieb/killjoy-turret.git
synced 2026-01-14 06:35:01 +01:00
7 lines
No EOL
74 B
Bash
7 lines
No EOL
74 B
Bash
#!/bin/sh
|
|
|
|
while true ;
|
|
do
|
|
/usr/local/bin/killjoy_turret
|
|
sleep 10
|
|
done |