Compare commits

...

2 Commits

2 changed files with 10 additions and 0 deletions

5
server/Makefile Normal file
View File

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

5
smarthome/Makefile Normal file
View File

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