run script with timestamped output

This commit is contained in:
ignis 2020-02-26 10:03:27 +09:00
parent 1c78049f75
commit bc5f477670

1
code/run.sh Normal file
View file

@ -0,0 +1 @@
(TSTAMP=`date -Iseconds`; python sample/itape.py --default sample/4pi-IC1/itape | tee ${TSTAMP}-input.txt | ./ex - | tee ${TSTAMP}-output.txt)