#!/bin/sh
if grep -q brltty /proc/cmdline 
then
  /lib/brltty/brltty.sh -E
fi
