Structure to init and manage my repositories
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- gitstatus:
- @echo -e "\n\n\033[1;34m╔═════════════╗"
- @echo -e "║ python_apps ║"
- @echo -e "╚═════════════╝\033[00m"
- @ineach "giti -s && echo -n ' - ' && pwd"
|