mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
DIR=$(cd "$(dirname "$0")" && pwd -P)
|
|
echo "$DIR"
|
|
"$DIR"/IJP-ImageJ-Launcher-0.1.0-macosx-arm64 --debug --ij-dir "$DIR"
|