#!/bin/sh # # Shell script that creates the directory structure for the `Orion Primer' # sample application. # # Version: $Revision: 1.1 $ $Date: 2005/02/07 14:55:47 $ # Author: Ernst de Haan (ernst@jollem.com) # mkdir hello-planet mkdir hello-planet/src mkdir hello-planet/src/java mkdir hello-planet/src/java/hello mkdir hello-planet/src/java/hello/ejb mkdir hello-planet/src/java/hello/web mkdir hello-planet/etc