#!/bin/sh
# Fake chroot(8) for testing purposes
# Just echo the command line arguments

echo $0 $*

# shift off the chroot directory and execute the command
shift
$*


syntax highlighted by Code2HTML, v. 0.9.1