Files
frigate/docker/fake_frigate_run
T

9 lines
166 B
Plaintext
Raw Normal View History

2022-12-07 10:47:40 -03:00
#!/command/with-contenv bash
# shellcheck shell=bash
# Start the fake Frigate service
while true; do
echo "The fake Frigate service is running..."
sleep 5s
done