Skip to content

Instantly share code, notes, and snippets.

@jvasilakes
Created October 19, 2013 04:39
Show Gist options
  • Save jvasilakes/7051709 to your computer and use it in GitHub Desktop.
Save jvasilakes/7051709 to your computer and use it in GitHub Desktop.
A simple ellipsis animation.
#! /bin/bash
echo -n "."
sleep 1
echo -n "."
sleep 1
echo "."
sleep 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment