Explorar el Código

Makefileadaption for proper status output

master
Dirk Alders hace 1 año
padre
commit
dc8d1d8292
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      server/Makefile

+ 5
- 0
server/Makefile Ver fichero

@@ -0,0 +1,5 @@
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…
Cancelar
Guardar