#!/bin/csh ############################################################### # This script prints the volume we should play it, from 0 to 100. ############################################################## stty raw set a = 1 while ( 0 != `echo -n $a | wc -c`) set a = $< echo $a end exit 0