Created
July 28, 2016 11:36
-
-
Save halk/1f2bdba7648dc41ab9bcf3b68bdc572b to your computer and use it in GitHub Desktop.
tesbih.sh
This file contains hidden or 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 | |
function cek | |
{ | |
i="0" | |
while [ $i -lt 33 ]; do | |
i=$[$i+1] | |
printf "$i " | |
done | |
echo "" | |
} | |
echo "Subhanallah" | |
cek | |
echo "Elhamdulillah" | |
cek | |
echo "Allahu Ekber" | |
cek |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment