1#!/bin/bash
2
3echo "Reverting all the data trimming/customization in source/data ..."
4cd "$(dirname "$0")/.."
5git checkout -- source/data
6