wshaper.init 90 B

12345678910
  1. #!/bin/sh /etc/rc.common
  2. START=45
  3. start() {
  4. wshaper.htb
  5. }
  6. stop() {
  7. wshaper.htb stop
  8. }