#!/bin/sh
# Example 1: Hello world
ngsub '&(executable=/bin/echo)(arguments="Hello World")(stdout="out.txt")(stderr="err.txt")'

# Trace the job execution:
#ngstat <jobid>

# Get the results
#ngget <jobid>
