Skip to content

Instantly share code, notes, and snippets.

View mschaaf's full-sized avatar

Schaaf, Martin mschaaf

View GitHub Profile
@stefan-walluhn
stefan-walluhn / README.md
Last active August 12, 2016 07:41
Havag Info

Havag Info

Preview

Screenshot: http://download.terminal21.de/projects/havag.png

Description

Havag Info is a Dashing widget which displays information on trams and buses in Halle (Saale) / Germany operated by Havag.

@mschaaf
mschaaf / gist:1151473
Created August 17, 2011 12:51
Shell script spinner in two different lines.
while [ '1' == '1' ]
do
echo -n -e "\rA B| C\nD| E F";
echo -n -e "\033[1A";
echo -n -e "\rA B/ C\nD/ E F";
echo -n -e "\033[1A";
echo -n -e "\rA B- C\nD- E F";
echo -n -e "\033[1A";
echo -n -e "\rA B\\ C\nD\\ E F";
echo -n -e "\033[1A";