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 ea1ca87 commit dfdb250Copy full SHA for dfdb250
scripts/publish.sh
@@ -0,0 +1,10 @@
1
+#! /bin/bash
2
+
3
+# set -x
4
+set -euo pipefail
5
6
+for X in afl cargo-afl; do
7
+ pushd "$X"
8
+ cargo publish "$@"
9
+ popd
10
+done
0 commit comments