Makefileadaption for proper status output
This commit is contained in:
parent
f42f54ae85
commit
1bb3ff65d3
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user