#!/bin/bash
#mock script for testing arguments passed to xmvn
mkdir -p .xmvn
echo "${@}">.xmvn/install-out
env >.xmvn/install-env
