#!/bin/sh
# Script to beep the console
# Note this only works if you're root
echo -ne "\a" >> /dev/console
