undo removeable

This commit is contained in:
Joseph Ditton 2021-12-04 17:11:10 -07:00
parent 977854867d
commit 3828a0011c

View File

@ -9,7 +9,6 @@ read reponame
# replace the title of the README with new app name
sed -i "s/USU CS4610 Nest Starter App/$appname/" README.md
sed -i "s/<!-- BEGIN REMOVABLE -->.*<!-- END REMOVABLE -->/$appname/" README.md
git add .
git commit -m "setup new project '$appname'"