Skip to content

Instantly share code, notes, and snippets.

@carloscasalar
Created October 19, 2018 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscasalar/7db5b4b3ee6a282f7aeefec3c6e401bf to your computer and use it in GitHub Desktop.
Save carloscasalar/7db5b4b3ee6a282f7aeefec3c6e401bf to your computer and use it in GitHub Desktop.
bash links and tips
#!/bin/bash
echo -e "What's your name?"
read name
echo "Hello $name!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment