From bc5f4776706472ebf36766e7b503dae2dd054e8a Mon Sep 17 00:00:00 2001 From: ignis Date: Wed, 26 Feb 2020 10:03:27 +0900 Subject: [PATCH] run script with timestamped output --- code/run.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/run.sh diff --git a/code/run.sh b/code/run.sh new file mode 100644 index 0000000..21dd679 --- /dev/null +++ b/code/run.sh @@ -0,0 +1 @@ + (TSTAMP=`date -Iseconds`; python sample/itape.py --default sample/4pi-IC1/itape | tee ${TSTAMP}-input.txt | ./ex - | tee ${TSTAMP}-output.txt)