5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
bin/sample $1 -config config/ncore-properties.xml $2 $3 $4 $5
|
|
cd $OLDPWD |