Skip to content

Instantly share code, notes, and snippets.

@chriscorwin
Created January 10, 2018 16:46
Show Gist options
  • Save chriscorwin/9a27f85c62bc8ca4b31f6b8a5935c7fc to your computer and use it in GitHub Desktop.
Save chriscorwin/9a27f85c62bc8ca4b31f6b8a5935c7fc to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n "Enter your name and press [ENTER]: "
read name
echo "Name is: " $name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment