#!/bin/sh

# Signal to restart bterm, if present
( kill -HUP `pidof bterm` || true )  2> /dev/null
