#!/bin/bash

if [ "$1" != "" ]
then
    node "app/lib/xone/task/$1.js" $2 $3 $4 $5 $6 $7
else
    node "app/lib/xone/task/help.js"
fi
