Skip to content

Commit

Permalink
improve the publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Oct 23, 2021
1 parent 43e85ae commit d72a135
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions util/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ fi
cd src/uucore/
cargo publish $ARG
cd -
sleep 2s

cd src/uucore_procs/
cargo publish $ARG
cd -
sleep 2s

cd src/uu/stdbuf/src/libstdbuf/
cargo publish $ARG
cd -
sleep 2s

PROGS=$(ls -1d src/uu/*/)
for p in $PROGS; do
Expand Down

0 comments on commit d72a135

Please sign in to comment.