Created
April 23, 2016 02:04
-
-
Save troke12/a039e272a04f9b0d16fe48adc94e5973 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#belajar2 | |
echo -n "Nama kamu :" | |
read nama; | |
echo "Hi $nama, gimana kabarnya?"; | |
echo "Pesan dan kesan :"; | |
read | |
echo "kata $nama, $REPLY"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment