7 lines
61 B
Bash
7 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export WEBMAILKEY=myserverkey
|
||
|
|
||
|
node src/index.js
|
||
|
|