#!/usr/koeki/bin/ruby #coding: euc-jp c = 50 while c != 0 printf("%3.1f\r", c / 10.0) c -= 1 sleep(0.1) end system("banner 'TIME UP'")