annotate bin/test.sh @ 25:a82c325e8b32

(none)
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 11:08:47 +0000
parents b0d9fe66ce8a
children a9a9f6f1832e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
1 #!/usr/bin/bash
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
2 # test master
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
3 echo $(date) $(hostname) "$1"
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
4 echo testing... $(cat test_$1.txt)
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
5 echo $(date) $(hostname) $?