Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active July 18, 2025 13:38
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"
#so Nimmt er den ganzen Text. Nicht nur die erste Zeike
fortune="$(fortune -s)";read -e -p "Dieses Fortune tooten: " -i "$fortune" ;toot post "$fortune"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment