File: update-readme.sh

package info (click to toggle)
rust-displaydoc 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: sh: 3; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (12)
1
2
3
4
5
#! /usr/bin/env bash

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