From 8e4dcce785a5870237731c3e40b8944ee01adbf7 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Mon, 26 Feb 2018 00:18:53 -0800 Subject: [PATCH] Add cleanup.sh --- cleanup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cleanup.sh 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