Skip to content

Instantly share code, notes, and snippets.

@goFrendiAsgard
Created January 12, 2020 05:06
Show Gist options
  • Save goFrendiAsgard/e4bd36392c2b4d9f40d5d85f7f152a1c to your computer and use it in GitHub Desktop.
Save goFrendiAsgard/e4bd36392c2b4d9f40d5d85f7f152a1c to your computer and use it in GitHub Desktop.
#!/bin/sh
# menampilkan Hello world
echo "Hello world"
# declare variable NAME
NAME="Setya Novanto"
# menampilkan isi variable
echo ${NAME}
echo "Hello ${NAME}"
echo Hello ${NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment