dotfiles/scripts/beep

9 lines
69 B
Bash
Executable File

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