This commit is contained in:
USER
2023-02-04 20:00:59 +00:00
parent d7dad7cbdf
commit 8091ca8dd2
3 changed files with 63 additions and 0 deletions

20
Makefile.rootgit Normal file
View File

@ -0,0 +1,20 @@
SHELL := /bin/sh
ZPC = /zz
DIGICONFIG = /home/${LOGNAME}/.config/digikamrc
.PHONY: help
help: ## Show this help
@egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
#####
mark-complete:
-touch /var/tmp/Makefile.rootcpull
setup-dirs:
-(/zz/zzShare/share/rGitClone)
-(/zz/zzShare/share/rGitPull)
#####
load-all: setup-dirs mark-complete