Revision 7471,
488 bytes
checked in by melissa, 9 years ago
(diff) |
'bfview' now has the same behavior as 'showinf', except that a deprecation message is printed when using 'bfview'. Closes #613.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | # bfview: a script for displaying an image file in the image viewer |
---|
4 | |
---|
5 | # Required JARs: loci_tools.jar |
---|
6 | |
---|
7 | # JAR libraries must be in the same directory as this |
---|
8 | # command line script for the command to function. |
---|
9 | |
---|
10 | # If you are a developer working from source and have |
---|
11 | # the LOCI classes in your CLASSPATH, you can set the |
---|
12 | # LOCI_DEVEL environment variable to use them instead. |
---|
13 | |
---|
14 | echo "The 'bfview' command is now deprecated. Please use the 'showinf' command instead." |
---|
15 | showinf "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.