#!/bin/sh mkdir -p ~sa/.mc/cedit touch ~sa/.mc/cedit/Syntax nohup ping -qs 72 $(route -n get default | awk '/gateway/ {print $2}') >/dev/null 2>&1 &