bin: Add notify script
This commit is contained in:
12
bin/notify
Executable file
12
bin/notify
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o nounset
|
||||
|
||||
cmd="${@}"
|
||||
name="${1}"
|
||||
|
||||
${cmd[@]}
|
||||
|
||||
exit_code="$?"
|
||||
|
||||
notify-send "Command \"${name}\" finished" "Exit code: ${exit_code}\nFull command: ${cmd}"
|
||||
Reference in New Issue
Block a user