Files
rfd-notify/github-action/entrypoint.sh
Dave Gallant 9beacf713b Fix Dockerfile
2023-02-20 23:43:58 -05:00

6 lines
85 B
Bash
Executable File

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