Title / Description
Code #!/bin/sh remoteIP=$(/sbin/ifconfig | grep -E 'inet.[0-9]' | grep -v '127.0.0.1' | grep '192.128' | awk '{print $2}') /sbin/route -n add -host 123.255.255.123 $remoteIP >> /tmp/ppp.log 2>&1
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code