commit - 187d9ab5bfcd2a64c6be10e25bbaf298a8973802
commit + d2fb362e27fcf5452497bf0e90961ca762c48c0b
blob - 114493d2c85a8df1974357433129a69903777050
blob + c3bc92ba01d39103806b637a2cee2427955f2b3b
--- notify-replace
+++ notify-replace
#!/bin/sh -e
# Sends, remembers, and replaces notifications based on program name that's
-# passed as first argument to script.
+# passed as first argument to script. Uses notify-send.
# Non-POSIX features used: flock(1)
# TODO: consider replacing flock(1) with a POSIX-complaint alternative