Skip to content

Instantly share code, notes, and snippets.

@donkeysharp
Created May 14, 2019 00:46
Show Gist options
  • Select an option

  • Save donkeysharp/8531dfce57670d441468bf8ba832b071 to your computer and use it in GitHub Desktop.

Select an option

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