#!/bin/sh if [ -z "$NANO_WORLDDIR" ]; then echo $0: NANO_WORLDDIR undefined exit 1 fi src=$(dirname `realpath $0`) cd "$NANO_WORLDDIR"