#!/bin/sh # sample entry point echo "arg0: $0" echo "args: $@" echo "Env:" env