#!/bin/bash # Create a job config for generating a random number # $1 is the partition ref (output path) echo "{\"outputs\":[\"$1\"],\"inputs\":[],\"args\":[\"$1\"],\"env\":{}}"