mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 10:48:15 +02:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#! /usr/bin/env bash
|
|
|
|
cargo readme > ./README.md
|
|
git add ./README.md
|
|
git commit -m "Update readme" || true
|