소스 검색

Add argument to print init body

Alois Mahdal 11 년 전
부모
커밋
eeac2a21f0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      bin/ffmanage.in

+ 4
- 0
bin/ffmanage.in 파일 보기

@@ -24,6 +24,10 @@ while true; do case $1 in
24 24
             FFOO_DEBUG=true;
25 25
             shift;
26 26
             ;;
27
+        --init-body)
28
+            cat "__FFOO_DIR__/ffoo.sh"
29
+            exit $?
30
+            ;;
27 31
         --init-path)
28 32
             echo "__FFOO_DIR__/ffoo.sh"
29 33
             exit 0