summaryrefslogtreecommitdiff
path: root/update-readme.sh
blob: 90db1a8174bca44ad397d4489cfdc7e931be9cfa (plain)
1
2
3
4
5
#! /usr/bin/env bash

cargo readme > ./README.md
git add ./README.md
git commit -m "Update readme" || true