#!/bin/sh
# Example 2: uname
ngsub '&(executable=/bin/uname)(arguments="-a")(stdout="join.txt")(join="yes")(jobname="NodeName")'

# Trace all jobs execution:
#ngstat -a <jobid>

# Get the results
#ngget <jobid>
