savefile / keep.sh
ilhamap's picture
Create keep.sh
24a3ef3 verified
raw
history blame
100 Bytes
while true; do
echo "Keeping session alive" > /dev/null
sleep 300 # Every 5 minutes
done &