#!/bin/sh ########################################## # Design-Side Includes (DSI) # # File: /dsi/dsi.sh.command # # Description: # # This script launches DSI to build # # your HTML files and then move the # # files up to your web home folder. # # To run this script from Finder, # # double-click it. # # Put the DSI program at: # # /Users//apps/dsi/dsi.jar # # http://www.centerkey.com/dsi # ########################################## cd `dirname $0` java -jar ~/apps/dsi/dsi.jar mv *.html ..