Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active March 31, 2025 07:19
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 https://gist.github.com/dewomser/9b7b6d99b78ac9faa14816564e458649"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment