Skip to content

Instantly share code, notes, and snippets.

@sebble
Created September 28, 2016 09:03
Show Gist options
  • Save sebble/b9ca8a93be232825ccb38d47fa546f22 to your computer and use it in GitHub Desktop.
Save sebble/b9ca8a93be232825ccb38d47fa546f22 to your computer and use it in GitHub Desktop.
dotdotdot() { while sleep ${1:-10};do echo -n .;done; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment