mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "Starting rfd-notify with config: $1"
|
|
|
|
python /app/cli.py -c "$1"
|