getts.sh 126 B

123456789
  1. #! /bin/sh
  2. unset TZ
  3. rm -f ts ts.exe
  4. gcc -o ts misc/ts.c > /dev/null 2>&1
  5. date=`misc/getdate.sh`
  6. ./ts $date
  7. rm -f ts ts.exe