FreeCalypso > hg > freecalypso-hwlab
view audio-tones/cw @ 171:88b8257d353b
eeproms: rm all configs that went to fc-usbser-tools
These configs need to be actively maintained, hence having more than one
official home location for them is a bad idea.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 11 Sep 2023 05:21:56 +0000 |
parents | 9336a48746d9 |
children |
line wrap: on
line source
#!/bin/sh # play a calling waiting 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,200,425,$1,800,1000,425,$1,0,200,0,0,1000,1000,4000,65535"