Files
rfd-notify/github-action/entrypoint.sh
2023-12-09 00:13:21 -05:00

6 lines
98 B
Bash
Executable File

#!/bin/sh -l
echo "Starting rfd-notify with config: $1"
python "/app/rfd_notify/cli.py" -c "$1"