summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 17:04:11 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 17:04:11 -0700
commit977854867d2f2cad053b54e24df027d7de7fb538 (patch)
treef0f4de57f5709e4297c1af824dfdf42565e7388f /bin
parentc8339e42f7be13616371365eb27fb8d4c30f6d5c (diff)
downloadlocchat-977854867d2f2cad053b54e24df027d7de7fb538.tar.gz
locchat-977854867d2f2cad053b54e24df027d7de7fb538.zip
updates readme and setup script
Diffstat (limited to 'bin')
-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'"