This website requires JavaScript.
Explore
Help
Sign In
n
/
dotfiles
mirror of
https://github.com/nirenjan/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
Fix beep script to always send ^G
Browse Source
master
nirenjan
2013-02-19 14:57:30 -08:00
parent
3520ba84b6
commit
1ffb0a9abe
1 changed files
with
2 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
4
beep
Unescape
Escape
View File
@ -2,7 +2,7 @@
if [[ $# -gt 0 ]]
then
eval "$*"
echo -e "\007"
eval "$@"
fi
echo -e "\007"
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
n/dotfiles
Title
Body
Create Issue