FreeCalypso > hg > freecalypso-hwlab
view audio-tones/busy @ 172:e75478dda304
eeproms/README: add relocation notice
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 11 Sep 2023 05:24:26 +0000 |
parents | 9336a48746d9 |
children |
line wrap: on
line source
#!/bin/sh # play a busy tone, amplitude set on the command line if [ $# != 1 ] then echo "usage: $0 ampl" 1>&2 exit 1 fi exec fc-shell "at@tone=0,500,425,$1,0,500,0,0,0,500,0,0,500,500,1000,4"