#! /bin/sh echo -e "Content-type: text/plain\n\n" echo -e "As you can see, this CGI script is executing.\n" echo -e "However, this file is group-writable, as we can easily demonstrate:\n" ls -al echo -e "\nShow who we're running as:\n" id pwd