FreeCalypso > hg > freecalypso-hwlab
view audio-tones/keybeep @ 166:ef1b8b6c4aee
doc/USB-IDs: new paradigm
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 31 Jul 2023 00:00:13 +0000 |
parents | 9336a48746d9 |
children |
line wrap: on
line source
#!/bin/sh # generate a plain keybeep, amplitude set on the command line if [ $# != 1 ] then echo "usage: $0 ampl" 1>&2 exit 1 fi exec fc-shell "at@tone=0,120,697,$1,0,120,697,$1,0,120,0,0,120,120,120,1"