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
4413d17282
dotfiles
/
scripts
/
beep
9 lines
67 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
[
$#
-gt
0
]
]
then
eval
"
$@
"
fi
echo
-e
"\007"
View Git Blame
Copy Permalink