#!/bin/bash

# Deploy


if [[ $1 == "startserver" ]]; then
    deploy-startserver $2 $3
fi