From 39190029947b79f5ab2dfbc43d83975dcee0aba5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 8 Jun 2023 07:42:23 +0200 Subject: [PATCH] Makefileadaption for proper status output --- smarthome/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 smarthome/Makefile diff --git a/smarthome/Makefile b/smarthome/Makefile new file mode 100644 index 0000000..11d886a --- /dev/null +++ b/smarthome/Makefile @@ -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"