Skip to content

Instantly share code, notes, and snippets.

@halk
Created July 28, 2016 11:36
Show Gist options
  • Save halk/1f2bdba7648dc41ab9bcf3b68bdc572b to your computer and use it in GitHub Desktop.
Save halk/1f2bdba7648dc41ab9bcf3b68bdc572b to your computer and use it in GitHub Desktop.
tesbih.sh
#!/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