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

20 lines
345 B
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
#!/bin/sh
2024-04-24 21:18:52 +02:00
# script="sudo xbps-install -Su; pkill -RTMIN+8 dwmblocks"
#
# if [ -n "$TERM_PROGRAM" ]; then
# sh -c "$script"
# else
# st -e sh -c "
# $script
# tput bold
# tput setaf 4
# echo 'All done!'
# tput sgr 0
# read -r _
# "
# fi
2023-04-12 11:37:10 +02:00
2024-04-24 21:18:52 +02:00
sudo xbps-install -Su
2024-08-12 09:04:20 +02:00
pkill -RTMIN+1 dwmblocks