FreeCalypso > hg > freecalypso-tools
comparison ringtools/fc-meltest-e1 @ 877:2fe0f7fe1f86
ringtools/fc-meltest-e1: parallel to fc-meltest-pwt
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Wed, 30 Mar 2022 20:30:32 +0000 | 
| parents | ringtools/fc-meltest-pwt@9998c015a687 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 876:9998c015a687 | 877:2fe0f7fe1f86 | 
|---|---|
| 1 #!/bin/sh | |
| 2 | |
| 3 if [ $# != 1 ] | |
| 4 then | |
| 5 echo "usage: $0 e1_source_file" 1>&2 | |
| 6 exit 1 | |
| 7 fi | |
| 8 | |
| 9 tmpfile=/tmp/fc-test-melody.e1 | |
| 10 | |
| 11 set -ex | |
| 12 | |
| 13 fc-e1gen "$1" $tmpfile | |
| 14 fc-fsio upload-file $tmpfile /mel/test.e1 | |
| 15 fc-shell 'at@e1="/mel/test.e1"' | 
