9d8970e27a
This way, users need only type "make" to build instead of needing to "cd wmppp" first.
6 lines
84 B
Bash
Executable file
6 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
# Try to restart pppd in case the modem has dropped.
|
|
#
|
|
/bin/sleep 60
|
|
pppd
|