1 2 3 4 5 6 7 8 9
#!/usr/bin/bash if [ ! -z $2 ]; then export launchTarget="$1 $2" else export launchTarget="$1" fi exec env bwBindPar="$2" portable