#!/bin/sh
# Made by someone (yes, he calls himself that :=)

echo hit enter to read more >> /etc/info
gi >> /etc/info
cat /etc/resolv.conf >> /etc/info
netstat -er >> /etc/info
netstat -al >> /etc/info 
traceroute -m2 mail >> /etc/info
traceroute -m2 news >> /etc/info
traceroute -m2 www >> /etc/info
cat /etc/info | more
