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