#! /bin/sh
set -e

cruft

echo 'should print: "base-passwd"'
cruft /etc/passwd

echo 'this prints the environment:'
env | sort
