diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:38:39 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:38:39 -0800 |
commit | edfd0f5bcc591dc20023a6f48c35f887fcb3555f (patch) | |
tree | baf4a573de7307233040ca38646d48edab305263 /bin/get-hosts-from-job | |
parent | [notes] up (diff) | |
download | emacs.d-edfd0f5bcc591dc20023a6f48c35f887fcb3555f.tar.gz |
[bin] prefix twitter's scripts with 'tw'.
Diffstat (limited to 'bin/get-hosts-from-job')
-rwxr-xr-x | bin/get-hosts-from-job | 5 |
1 files changed, 0 insertions, 5 deletions
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 |