This commit is contained in:
Jeremy Soller
2020-07-22 10:45:06 -06:00
committed by Jeremy Soller
parent 0c4f1d5c3d
commit 012ac55b69
20 changed files with 1525 additions and 8 deletions

View File

@ -37,7 +37,7 @@ then
echo "Generating for new model '${MODEL}'"
mkdir "models/${MODEL}"
read -rp "Manufacturer: " _mfr
read -rp "Produce name: " _name
read -rp "Product name: " _name
read -rp "Product version: " _version
echo "# ${_mfr} ${_name} (${_version})" > "models/${MODEL}/README.md.in"
fi