#!/bin/sh
# Preprocess the raw datasets
CURR_DIR=`pwd`
cd $SCRIPT_DIR
julia run_program.jl --preprocessing --config "$@"
cd $CURR_DIR
