mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-28 00:04:57 +08:00
3 lines
123 B
Bash
Executable file
3 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
# For testing purposes
|
|
notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
|