copy ambly start script

This commit is contained in:
Dan Motzenbecker 2015-08-22 11:07:06 -04:00
parent 29b2978e19
commit f0d2c94149
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ init = (projName) ->
corePath += 's'
execSync "cp #{ resources }core.cljs #{ corePath }"
editSync corePath, [[projNameHyphRx, projNameHyph], [projNameRx, projName]]
execSync "cp #{ resources }ambly.sh start.sh"
editSync 'start.sh', [[projNameUnderRx, projNameUs]]
catch e
logErr e.message