# Path /sbin/routef # Part of iproute2 http://www.pearltrees.com/s243a/iproute2/id14833365 #! /bin/sh if [ -z "$*" ] ; then exec ip -4 ro flush scope global type unicast else echo "Usage: routef" echo echo "This script will flush the IPv4 routing table" fi