dotfiles/beep

9 lines
67 B
Bash
Executable File

#!/bin/sh
if [[ $# -gt 0 ]]
then
eval "$@"
fi
echo -e "\007"