Skip to content

Instantly share code, notes, and snippets.

@zdimension
Created September 12, 2020 17:21
Show Gist options
  • Save zdimension/be0335fdaedaa6b60a8155d6ff0d69c3 to your computer and use it in GitHub Desktop.
Save zdimension/be0335fdaedaa6b60a8155d6ff0d69c3 to your computer and use it in GitHub Desktop.
timeout() {
end=$(($(date +%s) + $1))
watch -c -n 1 -t 'toilet --gay -F border -t $(('"$end"' - $(date +%s)))'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment