#!/usr/bin/env bash

SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
node $SCRIPT_DIR/bait.js "$@"
