Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created April 3, 2022 16:54
Show Gist options
  • Save SmashedFrenzy16/96945c1181c7578083705c923fc24e84 to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/96945c1181c7578083705c923fc24e84 to your computer and use it in GitHub Desktop.
A name inputter Shell Script.
#!/bin/bash
echo "What is your name?"
read USER_NAME
echo "Hi, $USER_NAME!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment