photosite/scripts/post.sh

7 lines
55 B
Bash

#!/bin/bash
set -e
source .env
node dist/post "${@}"