Skip to content

Instantly share code, notes, and snippets.

@goFrendiAsgard
Created January 12, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goFrendiAsgard/ac708b0855c004f06851ffceae335aa6 to your computer and use it in GitHub Desktop.
Save goFrendiAsgard/ac708b0855c004f06851ffceae335aa6 to your computer and use it in GitHub Desktop.
#!/bin/sh
for buah in $(echo jeruk strawberry anggur)
do
echo ${buah}
done
for angka in $(seq 0 2)
do
echo ${angka}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment