12 lines
131 B
Bash
12 lines
131 B
Bash
#! /bin/sh
|
|
|
|
#
|
|
# TRAP CC
|
|
#
|
|
|
|
echo "*******************"
|
|
echo "Error"
|
|
echo "/usr/bin/cc invoked"
|
|
echo "current directory is `pwd`"
|
|
|