From b8b2245665f3b33336e5f7690f9e086b37fb8560 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 31 Jul 2024 20:26:43 -0400 Subject: [PATCH] +x --- bin/git_clean.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/git_clean.sh diff --git a/bin/git_clean.sh b/bin/git_clean.sh new file mode 100755 index 0000000..cebc9c6 --- /dev/null +++ b/bin/git_clean.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +git status +bash ext/rusefi/misc/git_scripts/git_super_clean.sh + +git status +cd ext/rusefi + +bash misc/git_scripts/git_super_clean.sh +git status \ No newline at end of file