Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
e7c065105def2c21aa2c2a275b6901ec8afd03f3
/
.
/
crates
/
displaydoc
/
update-readme.sh
blob: 90db1a8174bca44ad397d4489cfdc7e931be9cfa [
file
] [
log
] [
blame
]
#! /usr/bin/env bash
cargo readme
>
./
README
.
md
git add
./
README
.
md
git commit
-
m
"Update readme"
||
true