Explorar el Código

Makefileadaption for proper status output

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

+ 5
- 0
smarthome/Makefile Ver fichero

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

Loading…
Cancelar
Guardar