#!/usr/bin/env bash

# Simple wrapper script to run jobs on the grid

module load hdf5
module load zlib
./fit "$@"
