#!/bin/bash
#http://redsymbol.net/articles/unofficial-bash-strict-mode/

set -euo pipefail
IFS=$'\n\t'
exec "${BASH_SOURCE[0]}".ipy "${@}"
