Страница 1 из 1

2013 countdown in seconds

Добавлено: 31 дек 2012, 21:32
sylvainsjc
copy / paste these command on the terminal

Код: Выделить всё

while [[ $(date +%Y) -ne 2013 ]];do figlet $(($(date -d 2013-01-01 +%s)-$(date +%s)));sleep 1;clear;done;figlet 'Happy New Year 2013 !'