Skip to content

Instantly share code, notes, and snippets.

@cuotos
Created October 9, 2020 10:09
Show Gist options
  • Save cuotos/8b8ffda56b59b90338b5523b570d3079 to your computer and use it in GitHub Desktop.
Save cuotos/8b8ffda56b59b90338b5523b570d3079 to your computer and use it in GitHub Desktop.
funny unix logout message
# ~/.bash_logout
echo -n "Please rate your experience at $(hostname --fqdn) on a scale of 1 to 10: "
read rating
echo "+ echo $rating >> /dev/null"
echo "Thank you, $USER! Your feeback is important to us!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment