1
0
Fork 0
dotfiles/.local/bin/upgrades

10 lines
120 B
Bash
Executable file

#!/bin/sh
st -e sh -c "
sudo xbps-install -Syu
pkill -RTMIN+8 dwmblocks
echo 'All done!'
read -r _
"