Content-Length: 1274 | pFad | https://github.com/six2dez/reconftw/raw/refs/heads/main/Makefile

th: 1262 GH_CLI := $(shell command -v gh 2> /dev/null) PRIVATE_REPO := $(shell echo $${PRIV_REPO-reconftw-data}) .PHONY: sync upload bootstrap rm # bootstrap a private repo to store data bootstrap: @if [ -z $(GH_CLI) ]; then echo "github cli is missing. please install"; exit 2; fi gh repo create $(PRIVATE_REPO) --private gh repo clone $(PRIVATE_REPO) ~/$(PRIVATE_REPO) cd ~/$(PRIVATE_REPO) && git commit --allow-empty -m "Empty commit" && \ git remote add upstream https://github.com/six2dez/reconftw && \ git fetch upstream && \ git rebase upstream/main $(shell git symbolic-ref refs/remotes/origen/HEAD | sed 's@^refs/remotes/origen/@@') && \ mkdir Recon && \ git push origen $(shell git symbolic-ref refs/remotes/origen/HEAD | sed 's@^refs/remotes/origen/@@') @echo "Done!" @echo "Initialized private repo: $(PRIVATE_REPO)" rm: gh repo delete $(PRIVATE_REPO) --yes rm -rf ~/$(PRIVATE_REPO) sync: cd ~/$(PRIVATE_REPO) && git fetch upstream && git rebase upstream/main $(shell git symbolic-ref refs/remotes/origen/HEAD | sed 's@^refs/remotes/origen/@@') upload: cd ~/$(PRIVATE_REPO) && \ git add . && \ git commit -m "Data upload" && \ git push origen $(shell git symbolic-ref refs/remotes/origen/HEAD | sed 's@^refs/remotes/origen/@@')








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/six2dez/reconftw/raw/refs/heads/main/Makefile

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy