#!/bin/sh if [ $(id -u) != 0 ]; then echo "$0 must be run as root"; exit 1; fi; modprobe -r appletouch; modprobe appletouch; chvt 6; chvt 7;