#! /bin/sh if [ $# -gt 0 ] then echo "$(basename $0): Flushed the routing table" echo echo "Be careful, missuse could defect your network connection" else exec ip -4 ro flush scope global type unicast fi