Browse Source

Makefileadaption for proper status output

master
Dirk Alders 1 year ago
parent
commit
dc8d1d8292
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      server/Makefile

+ 5
- 0
server/Makefile View File

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

Loading…
Cancel
Save