This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt-owl
mirror of
https://github.com/hak5/openwrt-owl.git
Watch
1
Star
0
Fork
You've already forked openwrt-owl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c95261f5b8
openwrt-owl
/
openwrt
/
package
/
rp-pppoe
/
files
/
pppoe-client.init
13 lines
111 B
Bash
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
start
|
stop
)
adsl-
$1
;
;
*
)
echo
"
usage:
$0
{start|stop}
"
exit
1
esac
exit
$?
Reference in New Issue
View Git Blame
Copy Permalink