#!/bin/bash # Analog clock in Ascii-Art written in BASH V4.2 += RAY=${1:-12} NowH=$2 NowM=$3 LANG=C # Wait until next second, using nanosecond infos # there is a need to store offset in a static var if [ -f /proc/timer_list ] ;then _c=10 mapfile