source: gs3-extensions/ekit/trunk/ekit.sh

Last change on this file was 22028, checked in by sjm84, 14 years ago

Adding ekit contents

  • Property svn:executable set to *
File size: 308 bytes
Line 
1#!/bin/bash
2# -s is open view source
3# -x is exclusive source/document view (not split view)
4# -fFilename is open the given file when ekit opens
5# $1 is the html file passed to ekit.sh, when running ./ekit.sh
6# (i.e. run: ./ekit.sh <filename.html>).
7java -jar "$GSDL3SRCHOME/ext/ekit/ekit.jar" -x -s -f"$1"
Note: See TracBrowser for help on using the repository browser.