Skip to content

Instantly share code, notes, and snippets.

@donkeysharp
Created May 14, 2019 00:46
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 donkeysharp/8531dfce57670d441468bf8ba832b071 to your computer and use it in GitHub Desktop.
Save donkeysharp/8531dfce57670d441468bf8ba832b071 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "hello world"
read -ep 'Type something> ' input
echo $input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment