FreeCalypso > hg > freecalypso-tools
comparison ringtools/fc-meltest-pwt @ 876:9998c015a687
ringtools/fc-meltest-pwt: shell script created, works as expected
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 30 Mar 2022 20:11:34 +0000 |
parents | |
children | 5b68ba735e98 |
comparison
equal
deleted
inserted
replaced
875:8ff9bce1b56e | 876:9998c015a687 |
---|---|
1 #!/bin/sh | |
2 | |
3 if [ $# != 1 ] | |
4 then | |
5 echo "usage: $0 pwt_melody_file" 1>&2 | |
6 exit 1 | |
7 fi | |
8 | |
9 tmpfile=/tmp/fc-test-melody.bz | |
10 | |
11 set -ex | |
12 | |
13 fc-pwt-comp "$1" $tmpfile | |
14 fc-fsio upload-file $tmpfile /buz/test.bz | |
15 fc-shell 'at@buz="/buz/test.bz"' |