Skip to content

Commit

Permalink
[bin/hw] Add script to see who's on RC cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Feb 4, 2020
1 parent 37c2f45 commit 0a75400
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/hw
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env zsh

set -euxo pipefail

for machine in broome crosby mercer spring; do
ssh $machine.cluster.recurse.com who
done

0 comments on commit 0a75400

Please sign in to comment.