Structure to init and manage my repositories
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Makefile 224B

12345
  1. gitstatus:
  2. @echo -e "\n\n\033[1;34m╔═════════╗"
  3. @echo -e "║ clients ║"
  4. @echo -e "╚═════════╝\033[00m"
  5. @ineach "giti -s && echo -n ' - ' && pwd"