#!/usr/bin/env bash
if [[ -f /var/log/bouncer/bouncer.log ]]; then
	tail -f /var/log/bouncer/bouncer.log
fi