Skip to content

Instantly share code, notes, and snippets.

@KaKi87
Created August 19, 2019 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaKi87/7ae26f63b440073ecfc4df690152cb47 to your computer and use it in GitHub Desktop.
Save KaKi87/7ae26f63b440073ecfc4df690152cb47 to your computer and use it in GitHub Desktop.
Linux CLI large clock
#!/bin/bash
x=echo;e=d1s3d1;f=s2d1s2;g=d1s4;h=s4d1;i="1 d5";s=0;$x -e "\n\n\n\n\n\n\n"
set $i 7 $e $i 9 $f $i 3 $h $i 3 $g $i $i 3 $h $i 3 $h $i 4 $e $i 4 $h $i 3 \
$g $i 3 $h $i 4 $g $i 3 $e 2 d5 8 $h $i 3 $e $i 3 $e 2 d5 3 $e $i 4 $h 3 s1 \
1 d1 1 s1 1 d1 3 s1;y=" ";z="\033[";for l in {0..9} a;do for m in {0..8};do
if [ $s = 0 ];then s=$1;t=$2;shift 2;fi;s=$((s-1));p=$t;a="";while [ $p ];do
c=${p:0:1};n=${p:1:1};p=${p:2:9};[ $c = d ]&&a="$a${z}7m"
a="$a${y:0:$n}${y:0:$n}";[ $c = d ]&&a="$a${z}m";done;d[0x$l$m]="$a";done
done;while :;do set `date "+%Ha%Ma%S %N"`;t=$1;s=$2;$x -ne "\r${z}8A"
for l in {0..8};do for ((i=0;i<${#t};i++));do $x -ne "${d[0x${t:$i:1}$l]}"
[ $i != 7 ]&&$x -n " ";done;[ $l != 8 ]&&$x;done;$x -n " "
s=$((3000-1${s:0:3}));sleep 0.${s:1:3};done
@KaKi87
Copy link
Author

KaKi87 commented Aug 19, 2019

© Danny Chouinard

Source · Archived

Screenshot :
Screenshot

@lacostenycoder
Copy link

I got

./clock.sh:6: bad math expression: operator expected at `d5'

@KaKi87
Copy link
Author

KaKi87 commented Apr 25, 2022

I can't reproduce. If I recall correctly, I was running Deepin v15.x, here's a new screenshot using Ubuntu 21.10 :

@jarekgol
Copy link

Nice!
At Slackware 14.2 works out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment