diff options
Diffstat (limited to 'third_party/rust/displaydoc/update-readme.sh')
-rw-r--r-- | third_party/rust/displaydoc/update-readme.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/displaydoc/update-readme.sh b/third_party/rust/displaydoc/update-readme.sh new file mode 100644 index 0000000000..90db1a8174 --- /dev/null +++ b/third_party/rust/displaydoc/update-readme.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash
+
+cargo readme > ./README.md
+git add ./README.md
+git commit -m "Update readme" || true
|