dotfiles/scripts/beep

9 lines
71 B
Bash
Executable File

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