1 2 3 4 5 6 7 8 9
#!/bin/sh if [[ $UID -eq 0 ]] then paccache -r paccache -ruk0 else echo "You need to be root!" fi