From edfd0f5bcc591dc20023a6f48c35f887fcb3555f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Feb 2017 13:38:39 -0800 Subject: [bin] prefix twitter's scripts with 'tw'. --- bin/get-hosts-from-job | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 bin/get-hosts-from-job (limited to 'bin/get-hosts-from-job') diff --git a/bin/get-hosts-from-job b/bin/get-hosts-from-job deleted file mode 100755 index 6985bb6..0000000 --- a/bin/get-hosts-from-job +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -JOB_NAME=$1 - -aurora job status "${JOB_NAME}" |grep 'RUNNING on'|awk '{print $13}' | sort -- cgit 1.4.1