#!/bin/sh if ! test -t ; then echo "need an interactive terminal" exit 1 fi echo "You will need to type:" echo " k" echo " unix" echo "" echo "Where is the literal enter/return key." echo "Once you get to the login prompt, the root user without a password" echo "Will be available to you." echo "" echo "Note: to stop the simulation you can press c-e and type quit" exec /usr/bin/pdp11 boot.ini