#!/usr/bin/env bash

# starts the server
#
# usage:
# start

wildfly-fhs -c "standalone-full.xml"
