#!/bin/bash
. brltty-prologue.bash

v="${1}"
testCoordinateArgument v 90 N S || exit 1
echo val="${v}"
exit 0
