1#! /usr/bin/env bash
2
3cargo readme > ./README.md
4git add ./README.md
5git commit -m "Update readme" || true
6