7 lines
No EOL
82 B
Bash
Executable file
7 lines
No EOL
82 B
Bash
Executable file
#!/bin/bash
|
|
FILE=index
|
|
NODE=node
|
|
while true;
|
|
do
|
|
$NODE $(pwd)/$FILE.js
|
|
done |