rustc/vendor/displaydoc-0.2.5/update-readme.sh
2024-09-09 14:07:22 +02:00

6 lines
107 B
Bash
Executable File

#! /usr/bin/env bash
cargo readme > ./README.md
git add ./README.md
git commit -m "Update readme" || true