Skip to content

Instantly share code, notes, and snippets.

@arai-ta
Created March 21, 2021 15:43
Show Gist options
  • Save arai-ta/b9eb157a75a35924e84c3814f2fe03e7 to your computer and use it in GitHub Desktop.
Save arai-ta/b9eb157a75a35924e84c3814f2fe03e7 to your computer and use it in GitHub Desktop.
月のめぐり
#!/bin/sh
while :
do
for moon in 🌑 🌒 🌓 🌔 🌕 🌖 🌗 🌘
do
printf "$moon\r"
sleep 0.1
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment