#!/bin/sh

set -e

cd /usr/share/datasploit
exec python datasploit.py "$@"
