Makefileadaption for proper status output

This commit is contained in:
Dirk Alders 2023-06-08 07:35:47 +02:00
parent f42f54ae85
commit 1bb3ff65d3
6 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
gitstatus:
@echo "\n\n\033[1;34m╔══════════════╗"
@echo "║ applications ║"
@echo "╚══════════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔══════════════╗"
@echo -e "║ applications ║"
@echo -e "╚══════════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus:
@echo "\n\n\033[1;34m╔═════════╗"
@echo "║ clients ║"
@echo "╚═════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔═════════╗"
@echo -e "║ clients ║"
@echo -e "╚═════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus:
@echo "\n\n\033[1;34m╔════════╗"
@echo "║ django ║"
@echo "╚════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔════════╗"
@echo -e "║ django ║"
@echo -e "╚════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus:
@echo "\n\n\033[1;34m╔═══════════╗"
@echo "║ linux_env ║"
@echo "╚═══════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ linux_env ║"
@echo -e "╚═══════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus:
@echo "\n\n\033[1;34m╔═════════════╗"
@echo "║ python_apps ║"
@echo "╚═════════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔═════════════╗"
@echo -e "║ python_apps ║"
@echo -e "╚═════════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -5,9 +5,9 @@ help:
@echo "Possible Maketargets: status clean gitsubup gits giti"
gitstatus:
@echo "\n\n\033[1;34m╔═══════════╗"
@echo "║ unittest ║"
@echo "╚═══════════╝\033[00m"
@echo -e "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ unittest ║"
@echo -e "╚═══════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd"
status: