#!/bin/csh # I am a harmless CSH script for UNIX. # Do this before I will run: # 1. Rename me as 'safe_script.csh' # 2. Do 'chmod 755' on me. echo Hello! I am running this OS: uname -srm echo These are my network interfaces: ifconfig -a echo I am running these Perl processes: ps -xa | grep perl echo Goodbye.