Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
51335570
Commit
51335570
authored
Dec 17, 2015
by
Decorde Jeffrey
Browse files
bash and shell scripts fixed
parent
03cfafe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
hdoc_to_opale/run.bat
View file @
51335570
@echo
off
set
lib
=
lib
set
ant
=
myantc
e
.ant
set
ant
=
hdoc_to_opal
e
.ant
set
antparam
=
-Dprogram
.param
=
%
1
set
scJarList
=
%lib%
\
*
...
...
hdoc_to_opale/run.sh
View file @
51335570
#!/bin/sh
lib
=
"lib"
ant
=
"
myantc
e.ant"
ant
=
"
hdoc_to_opal
e.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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