Skip to content

Instantly share code, notes, and snippets.

@CodeMaster7000
Last active February 11, 2022 21:29
Show Gist options
  • Select an option

  • Save CodeMaster7000/d8517c5213104a6a09b96c568996a424 to your computer and use it in GitHub Desktop.

Select an option

Save CodeMaster7000/d8517c5213104a6a09b96c568996a424 to your computer and use it in GitHub Desktop.
A basic conversation starter coded in Shell, which uses a name input to start a simple conversation.
clear
read -p "May I know your name, please? " name
echo "Hello $name, let us be friends!"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment