mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-21 14:06:24 +08:00
7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
script_dir="$(realpath "$(dirname "$0")")"
|
|
repositories_root_dir="$(realpath "$script_dir/..")"
|
|
|
|
"$repositories_root_dir"/idea-rcp-launch-config-generator/runGenerator.sh "$script_dir"
|