dfdewey/docker/keepalive.sh

7 lines
46 B
Bash
Raw Normal View History

2021-09-08 04:35:57 +00:00
#!/bin/bash
while true; do
sleep 120
done