# -*- shell-script -*-

if test -r ~/.config/bash/"logout-$(hostname)"; then
	. ~/.config/bash/"logout-$(hostname)"
fi

if test -r ~/work/.config/bash/logout; then
	. ~/work/.config/bash/logout
fi