Compare commits
2 Commits
2203b04b5f
...
dc8d1d8292
Author | SHA1 | Date | |
---|---|---|---|
dc8d1d8292 | |||
3919002994 |
5
server/Makefile
Normal file
5
server/Makefile
Normal 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
5
smarthome/Makefile
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user