#!/bin/sh if [[ $UID -eq 0 ]] then paccache -r paccache -ruk0 else echo "You need to be root!" fi