| Linux server.clickboxgo.com 3.10.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 Path : /proc/20274/root/sbin/ |
| Current File : //proc/20274/root/sbin/routef |
#! /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