We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99173b9 commit b22ca1dCopy full SHA for b22ca1d
tools/dogfood/scp-assets.sh
@@ -23,6 +23,12 @@ set -o pipefail
23
# First use `find-zone.sh nexus` to find the gimlets running nexus, then run this
24
#
25
# ./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
32
33
GIMLET="$1"
34
COMMIT="$2"
0 commit comments