ip fuckery
This commit is contained in:
parent
00d3ea2999
commit
19a8beb8cf
1 changed files with 3 additions and 3 deletions
6
run.sh
6
run.sh
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/zsh
|
#!/bin/bash
|
||||||
|
|
||||||
FILE=index
|
FILE=index
|
||||||
NODE=nodemon
|
NODE=node
|
||||||
|
|
||||||
while true;
|
while true;
|
||||||
do
|
do
|
||||||
$NODE $(pwd)/$FILE.js
|
$NODE $(pwd)/$FILE.js
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue