7 lines
48 B
Bash
7 lines
48 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
source .env
|
||
|
|
||
|
node dist/post
|