#!/bin/sh
set -e
python -m expyriment.cli $* |sed 's/ python -m expyriment.cli / expyriment-cli /g'
