Bash Script
Written by
in
Simple command to find out what shell you are using. ps -ef | grep $$ | awk '{print $8}'
ps -ef | grep $$ | awk '{print $8}'