#!/bin/sh
#/etc/profile, this file will be read by /bin/sh
echo executing /etc/profile
PATH=/bin:/usr/bin/:usr/local/bin:usr/ucb:
export PATH
