Skip to content

Instantly share code, notes, and snippets.

@devdrops
Created November 24, 2016 21:08
Show Gist options
  • Save devdrops/ff9f484fc3d6a2a778fafae04ba117ef to your computer and use it in GitHub Desktop.
Save devdrops/ff9f484fc3d6a2a778fafae04ba117ef to your computer and use it in GitHub Desktop.
Bash: prompt usage
#!/bin/bash
#FOO=$1
#echo $FOO
echo -n 'What is your favorite color? '
read color
echo $color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment