eccodes/sms/submit.ksh

6 lines
51 B
Bash
Raw Normal View History

2013-03-25 12:04:10 +00:00
#!/bin/ksh
set -e
job=$1
out=$2
$job > $out 2>&1 &