summarylogtreecommitdiffstats
path: root/notify-send.py
diff options
context:
space:
mode:
Diffstat (limited to 'notify-send.py')
-rwxr-xr-xnotify-send.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/notify-send.py b/notify-send.py
new file mode 100755
index 000000000000..62cc56dd4c72
--- /dev/null
+++ b/notify-send.py
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec python3 -m notify_send_py.notify_send_py "$@"