#!/bin/bash

SCRIPT_DIR=`realpath \`dirname $0\``

$SCRIPT_DIR/voice.js $* |& tee -a voice.log
