#!/bin/bash
set -e

. check_app.sh

checkStopped;

luan run_host.luan console 2>&1 | tee err
