#!/bin/sh
sudo luarocks remove busted --force
sudo luarocks make
busted $@
