1-HOST / keep-alive.sh
lain-iwakura's picture
Create keep-alive.sh
e70d3d9
raw
history blame
74 Bytes
#!/bin/bash
while true; do
echo "Keeping awake..."
sleep 60
done