···1212RED=$(tput setaf 1)
1313NC=$(tput sgr0)
14141515-# Check for root
1616-if [[ $EUID -ne 0 ]]; then
1717- echo "Please run as root (sudo)"
1818- exit 1
1919-fi
2020-2115case $ACTION in
2216 list|l)
2317 # We store the output in a variable to pipe it into 'column' at the end