Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
f6e9507e
Commit
f6e9507e
authored
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Output text to stderr
parent
72af4c9b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildConfig/RegionChooser.sh
+2
-2
buildConfig/RegionChooser.sh
with
2 additions
and
2 deletions
+2
-2
buildConfig/RegionChooser.sh
+
2
-
2
View file @
f6e9507e
#!/bin/bash
#!/bin/bash
if
[[
-z
"
$1
"
]]
if
[[
-z
"
$1
"
]]
then
then
echo
No parameter, launching RegionChooser GUI
>
&2
echo
No parameter, launching RegionChooser GUI
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserFX
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserFX
else
else
echo
Launching RegionChooserCLI
"
$@
"
>
&2
echo
Launching RegionChooserCLI
"
$@
"
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserCLI
"
$@
"
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserCLI
"
$@
"
fi
fi
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets