cargo : displaydoc @ 0.2.5
update-readme.sh
6 lines · bash
#! /usr/bin/env bashcargo readme > ./README.mdgit add ./README.mdgit commit -m "Update readme" || trueupdate-readme.sh6 lines · bash
#! /usr/bin/env bashcargo readme > ./README.mdgit add ./README.mdgit commit -m "Update readme" || true