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