diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-17 11:52:45 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-17 11:52:45 +0000 |
| commit | df27122c8e7cdad2ec1659c41b152c2e79ecc099 (patch) | |
| tree | 4044d6a84e0d54d0e188df7e4dcef100a812116c /LaTeX-Sources/argo/argouml.sh | |
| parent | afed274c10a93957f82a009824cafe8d83aa68a8 (diff) | |
argo not needed here
Diffstat (limited to 'LaTeX-Sources/argo/argouml.sh')
| -rwxr-xr-x | LaTeX-Sources/argo/argouml.sh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/LaTeX-Sources/argo/argouml.sh b/LaTeX-Sources/argo/argouml.sh deleted file mode 100755 index 0188e69..0000000 --- a/LaTeX-Sources/argo/argouml.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Shell script to launch ArgoUML on Unix systems. Mostly borrowed from -# the Apache Ant project. -# -# The idea is that you can put a softlink in your "bin" directory back -# to this file in the ArgoUML install directory and this script will -# use the link to find the jars that it needs, e.g.: -# -# ln -s /usr/local/ArgoUML/argouml.sh /usr/local/bin/argo -# -# 2002-02-25 toby@caboteria.org - -## resolve links - $0 may be a link to ArgoUML's home -PRG=$0 -progname=`basename $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 - -java -jar `dirname $PRG`/argouml.jar "$@" - |
