#!/bin/bash while true; do echo "Keeping awake..." sleep 60 done