Fix librqbit readme
This commit is contained in:
parent
da3e6abc5a
commit
c10f4fcd1b
2 changed files with 47 additions and 0 deletions
7
scripts/publish.sh
Executable file
7
scripts/publish.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
find crates -maxdepth 1 -type d | grep '/' | while read dir; do
|
||||
pushd "${dir}"
|
||||
cargo publish --dry-run
|
||||
popd
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue