#!/bin/bash
export LC_ALL=en_US.UTF-8
if [ -e 'run' ] || [ -e 'buildSTL' ] || [ -d 'geometry-input' ]
then bash cleanRun partial
fi

