.dotfiles/botfiles/.scripts/update-check

11 lines
152 B
Plaintext
Raw Normal View History

#!/bin/bash
2020-03-23 20:01:17 +01:00
# killall wificheck.sh &> /dev/null
if ping -w 1 archlinux.org &> /dev/null
then
2020-03-23 20:01:17 +01:00
printf "$(checkupdates | wc -l)"
else
2020-03-23 20:01:17 +01:00
echo "  "
fi