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 ]]
|
||||
then
|
||||
eval "$*"
|
||||
echo -e "\007"
|
||||
eval "$@"
|
||||
fi
|
||||
|
||||
echo -e "\007"
|
||||
|
|
Loading…
Reference in New Issue