6 lines
208 B
Makefile
6 lines
208 B
Makefile
|
gitstatus:
|
||
|
@echo -e "\n\n\033[1;34m╔════════╗"
|
||
|
@echo -e "║ pylibs ║"
|
||
|
@echo -e "╚════════╝\033[00m"
|
||
|
@giti -s && echo -n ' - ' && pwd
|