#!/bin/bash JOB_NAME=$1 aurora job status "${JOB_NAME}" |grep 'RUNNING on'|awk '{print $13}' | sort