Off-Topic > Off-Topic - Tiny Core Lounge
Happy New Year :)
remus:
Happy new year Every ONE !! ;D
55min to 2012 from Brisbane, Australia
Rich:
Happy new year to all.
thane:
Happy New Year! Although I'm near Honolulu so there's 13+ hours to go...
Lee:
+1 on the "Happy New Year!"
coreplayer2:
Good Luck and a Happy New Year to All
Only 8+ hours and counting...
--- Code: ---#!/bin/bash
#my simple countdown
#
. /etc/init.d/tc-functions
num=28800
while (( num > 0 ))
do
clear
echo -n "${CYAN}Countdown to 2012: ${GREEN}$num${NORMAL}"
sleep 1
let num-=1
clear
done
echo "Hoora!!"
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version