Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active September 9, 2024 17:01
Show Gist options
  • Save dewomser/9b7b6d99b78ac9faa14816564e458649 to your computer and use it in GitHub Desktop.
Save dewomser/9b7b6d99b78ac9faa14816564e458649 to your computer and use it in GitHub Desktop.
toot a fortune . unwanted messages can be stopped from publishing (CTRL+C) BASH 1-Liner
fortune=$(fortune -s);read -e -p "Dieses Fortune tooten: " -i "$fortune" fortune1;toot post "$fortune1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment