#!/bin/bash
PIDFILE="wickrbot.pid"
node dist/index.js "$@" &
echo $! > "$PIDFILE"
