#!/bin/sh JPATHj501b=PREFIX/lib/j export JPATHj501b if [ ! -d $HOME/J ] then cp -r $JPATHj501b/user $HOME/J fi exec PREFIX/lib/j/jconsole "$@"