#!/bin/bash

# http://inamidst.com/saxo/
# Created by Sean B. Palmer

if [ ! -f saxo ]
then echo 'Error: saxo script not found'
    exit 1
fi

python3 test/server.py
