Skip to content

Instantly share code, notes, and snippets.

@coogie
Created October 17, 2014 08:19
Show Gist options
  • Save coogie/06936dd3e98613b2bf2d to your computer and use it in GitHub Desktop.
Save coogie/06936dd3e98613b2bf2d to your computer and use it in GitHub Desktop.
I need a better hobby...
#!/bin/bash
length=$(uptime | awk '{print $3}' | sed 's/,//g')
printf '8'
for (( i = 1; i <= $length; i++ ))
do
printf '='
done
echo 'D'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment