#!/bin/bash
grift() {
    local current_dir=$(pwd)
    docker run -v "$current_dir":/experiments -w /experiments -it grift-mono bash -c "grift $*"
}
grift "$@"
