mirror of https://github.com/nirenjan/dotfiles.git
Fix beep script to always send ^G
parent
d19192c214
commit
445d1453b7
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if [[ $# -gt 0 ]]
|
if [[ $# -gt 0 ]]
|
||||||
then
|
then
|
||||||
eval "$*"
|
eval "$@"
|
||||||
echo -e "\007"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo -e "\007"
|
||||||
|
|
Loading…
Reference in New Issue