Skip to content

Instantly share code, notes, and snippets.

@valvallow
Created March 19, 2019 00:40
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 valvallow/22ee70b7bfc4874bade1000f05f91ed5 to your computer and use it in GitHub Desktop.
Save valvallow/22ee70b7bfc4874bade1000f05f91ed5 to your computer and use it in GitHub Desktop.
$ date +%j | awk '{len=int($1/3.65);for(i=0;i<len;i++)printf "%c", "X";printf"\n%d%%",len}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment