11 lines
90 B
Plaintext
11 lines
90 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
|
||
|
START=45
|
||
|
start() {
|
||
|
wshaper.htb
|
||
|
}
|
||
|
|
||
|
stop() {
|
||
|
wshaper.htb stop
|
||
|
}
|