1 #!/bin/sh 2 3 # Source common stuff. 4 . `cd $(dirname "$0");pwd`/common 5 6 sudo_opcontrol --start --no-vmlinux "$@" 7 8