File size: 74 Bytes
e70d3d9
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

while true; do
    echo "Keeping awake..."
    sleep 60
done