summaryrefslogtreecommitdiff
path: root/bin/setup_new_project.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup_new_project.sh')
-rw-r--r--bin/setup_new_project.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/setup_new_project.sh b/bin/setup_new_project.sh
index 734b139..ac0095b 100644
--- a/bin/setup_new_project.sh
+++ b/bin/setup_new_project.sh
@@ -9,6 +9,7 @@ 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'"