
# On Android the interpreter /bin/sh is found in $ANDROID_ROOT which typically
# is /system/bin/sh. Thus, there's no shebang. According to execlp(3) the
# system will execute the script with the system shell /bin/sh (which obviously
# is /system/bin/sh on Android as tested.).

ip address add $OCAT_ADDRESS/$OCAT_PREFIXLEN dev $OCAT_IFNAME
ip route add table local $OCAT_PREFIX/$OCAT_PREFIXLEN dev $OCAT_IFNAME
ip link set $OCAT_IFNAME up 

