feat: add hway binary support and Homebrew formula

This commit is contained in:
Prad Nukala
2024-12-09 11:49:20 -05:00
parent b7a40ac3d7
commit 7806c07381
24 changed files with 174 additions and 1435 deletions
+1
View File
@@ -124,6 +124,7 @@ from_scratch () {
# check if CLEAN is not set to false
if [ "$CLEAN" != "false" ]; then
echo "Starting from a clean state"
from_scratch
fi