summaryrefslogtreecommitdiffstats
path: root/.scripts/note
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/note')
-rwxr-xr-x.scripts/note7
1 files changed, 0 insertions, 7 deletions
diff --git a/.scripts/note b/.scripts/note
deleted file mode 100755
index a90bff1..0000000
--- a/.scripts/note
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# A super basic command. Give it some arguments to use as anotification. It
-# will echo them on the terminal, and if you have `dunst` running, will send a
-# `notify-send` message to it.
-
-echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"