7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export WEBMAILKEY=myserverkey
|
|
export WEBMAIL_DEBUG=true
|
|
|
|
node src/index.js
|