mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
improve the publish script
This commit is contained in:
parent
43e85ae9ce
commit
d72a135b42
1 changed files with 7 additions and 0 deletions
|
@ -9,10 +9,17 @@ fi
|
||||||
cd src/uucore/
|
cd src/uucore/
|
||||||
cargo publish $ARG
|
cargo publish $ARG
|
||||||
cd -
|
cd -
|
||||||
|
sleep 2s
|
||||||
|
|
||||||
|
cd src/uucore_procs/
|
||||||
|
cargo publish $ARG
|
||||||
|
cd -
|
||||||
|
sleep 2s
|
||||||
|
|
||||||
cd src/uu/stdbuf/src/libstdbuf/
|
cd src/uu/stdbuf/src/libstdbuf/
|
||||||
cargo publish $ARG
|
cargo publish $ARG
|
||||||
cd -
|
cd -
|
||||||
|
sleep 2s
|
||||||
|
|
||||||
PROGS=$(ls -1d src/uu/*/)
|
PROGS=$(ls -1d src/uu/*/)
|
||||||
for p in $PROGS; do
|
for p in $PROGS; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue