6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
# Try to restart pppd in case the modem has dropped.
|
||
|
#
|
||
|
/bin/sleep 60
|
||
|
pppd
|