lipase/scripts/cleanup.bash

5 lines
72 B
Bash
Executable File

#!/bin/bash
make clean
rm -Rf './Fiji.app'
rm -Rf './python.virtualenv'