diff options
| author | Franck Cuny <fcuny@twitter.com> | 2017-11-07 08:47:26 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2017-11-07 08:47:26 -0800 |
| commit | 28cadb970ca0b1ae6cde58d09eadb6af89999ddf (patch) | |
| tree | 3f3d0096bc041ed74868872c43beb9612afebc75 /bin/tw-get-hosts-from-job | |
| parent | [emacs] add scala-mode (diff) | |
| download | emacs.d-28cadb970ca0b1ae6cde58d09eadb6af89999ddf.tar.gz | |
Remove bin, this is now in it's own repo
Diffstat (limited to 'bin/tw-get-hosts-from-job')
| -rwxr-xr-x | bin/tw-get-hosts-from-job | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/tw-get-hosts-from-job b/bin/tw-get-hosts-from-job deleted file mode 100755 index 6985bb6..0000000 --- a/bin/tw-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 |
