diff options
Diffstat (limited to '')
-rw-r--r-- | rust/vendor/displaydoc/update-readme.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/vendor/displaydoc/update-readme.sh b/rust/vendor/displaydoc/update-readme.sh new file mode 100644 index 0000000..90db1a8 --- /dev/null +++ b/rust/vendor/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
|