mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 14:40:37 +00:00
6 lines
107 B
Bash
Executable File
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
|