|
Groovy example source code file (groovydoc)
The Groovy groovydoc source code#!/bin/sh ############################################################################## ## ## ## Groovy JVM Bootstrap for UN*X ## ## ## ############################################################################## ## ## $Revision: 19630 $ ## $Date: 2010-03-19 05:14:03 +0100 (Fr, 19. Mär 2010) $ ## GROOVY_APP_NAME=GroovyDoc # resolve links - $0 may be a soft-link PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done DIRNAME=`dirname "$PRG"` . "$DIRNAME/startGroovy" startGroovy org.codehaus.groovy.tools.groovydoc.Main "$@" Other Groovy examples (source code examples)Here is a short list of links related to this Groovy groovydoc source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.