Add beep sound generation scripts for use in dunst
[khome.git] / home / bin / dunst_beep_critical
1 #! /bin/sh
2
3 #play -q -n synth 0.5 sin 750
4 for i in $(seq 3)
5 do
6 play -q -n synth 0.1 sin 115
7 done
This page took 0.073576 seconds and 4 git commands to generate.