3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/bin/bash
|
||
|
xfce4-terminal -e "zsh -c 'yay -Syu; echo Aktualizace hotova!; sleep 2; exit'"
|