Mercurial > hg > cc > cirrus_home
comparison bin/test.sh @ 26:a9a9f6f1832e
finally hacked something that works
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 13:42:47 +0000 |
parents | a82c325e8b32 |
children | 11d973ecff4e |
comparison
equal
deleted
inserted
replaced
25:a82c325e8b32 | 26:a9a9f6f1832e |
---|---|
1 #!/usr/bin/bash | 1 #!/usr/bin/bash |
2 # test master | 2 # test master |
3 echo $(date) $(hostname) "$1" | 3 echo $(date) $(hostname) \< "$1" |
4 echo testing... $(cat test_$1.txt) | 4 echo testing... $(pwd && ls && cat test_$1.txt) |
5 echo $(date) $(hostname) $? | 5 echo $(date) $(hostname) $? \> |