summaryrefslogtreecommitdiffstats
path: root/vendor/displaydoc/update-readme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/displaydoc/update-readme.sh')
-rw-r--r--vendor/displaydoc/update-readme.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/displaydoc/update-readme.sh b/vendor/displaydoc/update-readme.sh
new file mode 100644
index 000000000..90db1a817
--- /dev/null
+++ b/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