getts.sh 115 B

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