Changeset 17723


Ignore:
Timestamp:
04/14/14 14:32:27 (11 years ago)
Author:
Eric.Larour
Message:

CHG: improved inishell.sh launch command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/java/inishell.sh ΒΆ

    r17722 r17723  
     1#/bin/bash
    12#This is just the necessary command line to run a jar file
    23
    3 java -jar dist/inishell.jar
     4#recover file name:
     5xmlfilename=$1
     6
     7#call inishell
     8java -jar dist/inishell.jar $xmlfilename
Note: See TracChangeset for help on using the changeset viewer.