mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
1fa58a1b1a
Import the current wshaper package and add myself as maintainer. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
11 lines
90 B
Bash
11 lines
90 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=45
|
|
start() {
|
|
wshaper.htb
|
|
}
|
|
|
|
stop() {
|
|
wshaper.htb stop
|
|
}
|