5 lines
169 B
Bash
Executable file
5 lines
169 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
notify-send "Azure" "Running topgrade" -u NORMAL
|
|
topgrade --config /usr/share/azure/topgrade.toml
|
|
notify-send "Azure" "topgrade finished" -u NORMAL
|