summarylogtreecommitdiffstats
path: root/jazz2import
blob: d7d1657f0239d99c491107a86435b16c2e86f19c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
    echo "Not running as root"
    exit
fi

pushd /opt/jazz2-bin/
	mono Import.exe "$@"
popd