1
0

getts.sh 81 B

12345
  1. #! /bin/sh
  2. gcc -Wall -O2 -o ts misc/ts.c
  3. ./ts `misc/getdate.sh`
  4. rm -f ts ts.exe