Fix beep script to always send ^G

master
nirenjan 2013-02-19 14:57:30 -08:00
parent 3520ba84b6
commit 1ffb0a9abe
1 changed files with 2 additions and 2 deletions

4
beep
View File

@ -2,7 +2,7 @@
if [[ $# -gt 0 ]] if [[ $# -gt 0 ]]
then then
eval "$*" eval "$@"
echo -e "\007"
fi fi
echo -e "\007"