comparison sh/c139-gen-fc-ffs-tree @ 19:2299f1ebbfd2

c139-gen-fc-* shell scripts: add explanatory comments
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Jun 2023 23:20:44 +0000
parents c8ad6188b9ed
children
comparison
equal deleted inserted replaced
18:c8ad6188b9ed 19:2299f1ebbfd2
1 #!/bin/sh 1 #!/bin/sh
2
3 # This shell script is officially intended to be C139-specific, but it is
4 # currently used for all C1xx models. This script uses aud-c139 audio mode
5 # config files, but we don't have a different set of these files for other
6 # C1xx models, and this aspect of the hw is likely to be the same anyway.
2 7
3 if [ $# != 3 ] 8 if [ $# != 3 ]
4 then 9 then
5 echo "usage: $0 rfbin-dir imei-file output-dir" 1>&2 10 echo "usage: $0 rfbin-dir imei-file output-dir" 1>&2
6 exit 1 11 exit 1