Created
October 29, 2021 08:34
-
-
Save clupprich/c8975a9e3c525889560ead9df51b5d30 to your computer and use it in GitHub Desktop.
Terminal Spinner
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
%w(⠾ ⠷ ⠯ ⠟ ⠻ ⠽).cycle { |dot| print "\b#{dot}"; sleep 0.1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment