4
.local/bin/notify-program
Executable file
4
.local/bin/notify-program
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
KERNEL=$(uname -sr)
|
||||
[[ $KERNEL =~ "icrosoft" ]] && $HOME/.local/bin/wsl-notify "$@"
|
||||
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@"
|
Reference in New Issue
Block a user