Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created December 29, 2013 04:39
Show Gist options
  • Select an option

  • Save kaosf/8167505 to your computer and use it in GitHub Desktop.

Select an option

Save kaosf/8167505 to your computer and use it in GitHub Desktop.
#! /bin/sh
while true
do
echo -n `uptime`
echo -n \
"\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b"
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment