Beep cron-able
This commit is contained in:
parent
dfe69f37ea
commit
1761a3d152
3
bashrc
3
bashrc
|
@ -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
2
scripts/beep.sh
Executable 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
|
|
@ -1,2 +1,3 @@
|
|||
source ~/.scripts/proxy.sh
|
||||
source ~/.scripts/locinst.sh
|
||||
alias beep=~/.scripts/beep.sh
|
||||
|
|
Loading…
Reference in a new issue