Skip to content

Commit b22ca1d

Browse files
committed
add loop comment to scp-assets
1 parent 99173b9 commit b22ca1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/dogfood/scp-assets.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ set -o pipefail
2323
# First use `find-zone.sh nexus` to find the gimlets running nexus, then run this
2424
#
2525
# ./scp-assets.sh gc21 1234567890abcdef1234567890abcdef12345678
26+
#
27+
# If you want to do more than one, use a loop
28+
#
29+
# for gimlet in gc8 gc12 gc21; do
30+
# .scp-assets.sh $gimlet 99173b920969e95d9d025d0038b8ffdb4c46c0ec
31+
# done
2632

2733
GIMLET="$1"
2834
COMMIT="$2"

0 commit comments

Comments
 (0)