diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..7843fac --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +rm -rf journal/mac/__pycache__ +rm -rf build +rm -rf dist +rm -rf _______.app +rm -rf OneShot.app +make distclean \ No newline at end of file