diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-19 01:19:02 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-19 01:19:02 +0400 |
commit | 4d14ace3c5180ec0827408c1222cb35fe27cf484 (patch) | |
tree | 5e0caad138af71bdb2d9c524b0f6fff87eee4443 /scripts/nsend | |
parent | 1eb90cf48629b8dfc0182cbe38b34c8082f4dc40 (diff) | |
parent | 4210338b4166f8f1c16bf30e72a69e11c098eea8 (diff) |
Merge pull request #9 from sfarajli/dev
Dev
Diffstat (limited to 'scripts/nsend')
-rwxr-xr-x | scripts/nsend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nsend b/scripts/nsend index 7337b4d..5aef4fd 100755 --- a/scripts/nsend +++ b/scripts/nsend @@ -21,7 +21,7 @@ case "${1}" in "-s") [ "${#}" -gt 3 ] && invalid_use - run "notify-send ${2} ${3}" + echo $(printf 'notify-send "%s" "%s"' "${1}" "${2}") exit 0 ;; |