#!/bin/sh
mkdir -p /run/brltty || exit 1
exec brltty -n
