Beep cron-able

This commit is contained in:
Geoffrey Frogeye 2016-05-08 08:36:14 +02:00
parent dfe69f37ea
commit 1761a3d152
3 changed files with 3 additions and 3 deletions

3
bashrc
View File

@ -124,6 +124,3 @@ function dafont {
alias nw="sudo systemctl restart NetworkManager"
function beep {
play -n synth sine E5 sine A4 remix 1-2 fade 0.5 1.2 0.5 2> /dev/null
}

2
scripts/beep.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/sh
play -n synth sine E5 sine A4 remix 1-2 fade 0.5 1.2 0.5 2> /dev/null

View File

@ -1,2 +1,3 @@
source ~/.scripts/proxy.sh
source ~/.scripts/locinst.sh
alias beep=~/.scripts/beep.sh