Skip to content

Instantly share code, notes, and snippets.

@lsaville
Created March 31, 2019 14:56
Show Gist options
  • Save lsaville/24e32bdb06ee174a32014828a37781e7 to your computer and use it in GitHub Desktop.
Save lsaville/24e32bdb06ee174a32014828a37781e7 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Hello, who are you?"
read $REPLY
echo "Can I ask you some questions?"
read $REPLY
echo "What is your favorite topic?"
read $REPLY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment