#!/usr/bin/env sh

set -e

cd /usr/share/shellnoob/ 
exec ./shellnoob.py "$@"
