Open-sourced my dtools CLI

This commit is contained in:
2025-11-24 15:32:30 -07:00
parent 3cff748a76
commit 8df7811c39
254 changed files with 40015 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#!make
default: build
.PHONY: build install
build:
@./scripts/build.sh && echo "\n\n\n\nRun 'source ~/.bashrc' to re-evaluate the completions"
install: build
@./scripts/install.sh && echo "\n\n\n\nRun 'source ~/.bashrc' to complete the install"