소스 검색

Makefileadaption for proper status output

master
Dirk Alders 1 년 전
부모
커밋
dc8d1d8292
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      server/Makefile

+ 5
- 0
server/Makefile 파일 보기

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

Loading…
취소
저장