Skip to content

Commit 0a75400

Browse files
committed
[bin/hw] Add script to see who's on RC cluster
1 parent 37c2f45 commit 0a75400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/hw

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env zsh
2+
3+
set -euxo pipefail
4+
5+
for machine in broome crosby mercer spring; do
6+
ssh $machine.cluster.recurse.com who
7+
done

0 commit comments

Comments
 (0)