Skip to content

Commit

Permalink
upd run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoux committed Jul 15, 2020
1 parent c328f98 commit 52f77d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selfhost/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ wyby main.wyv
node ../backend/boot.js main.wyb > main.js
node main.js $1

#echo FINISHED PRODUCING WYB FILE FOR $1 NOW RUNNING IT
#node ../backend/boot.js `echo $1 | sed 's/\.wyv/\.wyb/'` > `echo $1 | sed 's/\.wyv/\.js/'`
#node `echo $1 | sed 's/\.wyv/\.js/'`
echo FINISHED PRODUCING WYB FILE FOR $1 NOW RUNNING IT
node ../backend/boot.js `echo $1 | sed 's/\.wyv/\.wyb/'` > `echo $1 | sed 's/\.wyv/\.js/'`
node `echo $1 | sed 's/\.wyv/\.js/'`

0 comments on commit 52f77d9

Please sign in to comment.