8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Source common stuff.
|
||
|
. `cd $(dirname "$0");pwd`/common
|
||
|
|
||
|
sudo_opcontrol --start --no-vmlinux "$@"
|
||
|
|