Skip to content

Commit dfdb250

Browse files
committed
Revert 5414070
1 parent ea1ca87 commit dfdb250

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/publish.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)