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