#!/bin/sh

set -e

# at the moment there is no binary in the binary packages available
# so make the superficial test a bit more superficial
#osmo-hnbgw -h
echo "run: OK"
