~nijaba/byobu/configure-keybindings

1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ ! -x /usr/share/update-notifier/notify-reboot-required ]; then
	echo "?"
	exit 1
fi

if [ -e /var/run/reboot-required ]; then
	echo "(@)"
fi