This commit is contained in:
f 2021-07-26 14:12:32 -03:00
parent 47997f27ad
commit 64433c9912
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export
# XXX: El espacio antes del comentario cuenta como espacio
args ?=## Argumentos para Hain
hain ?= $(HAINISH)## Ubicación de Hainish
branch ?= $(shell git rev-parse --abbrev-ref HEAD)## Rama a deployear
container ?= $(shell basename $(PWD))
help: always ## Ayuda
@echo -e "Sutty\n" | sed -re "s/^.*/\x1B[38;5;197m&\x1B[0m/"