FreeCalypso > hg > freecalypso-tools
view ringtools/fc-meltest-e1 @ 1002:043bfc716f12
doc/Loadtools-usage: -h chimei for Mot W220 and SE J120
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Dec 2023 17:59:28 +0000 |
parents | 2fe0f7fe1f86 |
children |
line wrap: on
line source
#!/bin/sh if [ $# != 1 ] then echo "usage: $0 e1_source_file" 1>&2 exit 1 fi tmpfile=/tmp/fc-test-melody.e1 set -ex fc-e1gen "$1" $tmpfile fc-fsio upload-file $tmpfile /mel/test.e1 fc-shell 'at@e1="/mel/test.e1"'