photosite/scripts/post.sh

7 lines
55 B
Bash
Raw Permalink Normal View History

2024-12-11 07:03:46 +00:00
#!/bin/bash
set -e
source .env
2024-12-21 05:13:39 +00:00
node dist/post "${@}"