Skip to content
GitLab
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
Oct 11, 2022
by
Eric Duminil
Browse files
Output text to stderr
parent
72af4c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildConfig/RegionChooser.sh
View file @
f6e9507e
#!/bin/bash
if
[[
-z
"
$1
"
]]
then
echo
No parameter, launching RegionChooser GUI
>
&2
echo
No parameter, launching RegionChooser GUI
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserFX
else
echo
Launching RegionChooserCLI
"
$@
"
>
&2
echo
Launching RegionChooserCLI
"
$@
"
java
-classpath
'lib/*'
eu.simstadt.regionchooser.RegionChooserCLI
"
$@
"
fi
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