mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
6 lines
98 B
Bash
Executable File
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"
|