#!/bin/bash

HERE=$(dirname "$0")
ROOT="$HERE/.."

sincerity container:use "$ROOT" : python:python ${@:1}
