You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
@if ! ($(EXTF) 'test -d ./$(BASEDIR)'); then { $(EXTF) 'mkdir $(BASEDIR);'; echo "Directorys Created" } else { echo "Directorys All Good!";}; fi #create dir if not found
@echo "Taring code"
@cd ~/MatrixOS && tar -pcf tar.tar $(DIRS) $(FILES)