Browse Source

Add argument to print init body

Alois Mahdal 11 years ago
parent
commit
eeac2a21f0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      bin/ffmanage.in

+ 4
- 0
bin/ffmanage.in View File

24
             FFOO_DEBUG=true;
24
             FFOO_DEBUG=true;
25
             shift;
25
             shift;
26
             ;;
26
             ;;
27
+        --init-body)
28
+            cat "__FFOO_DIR__/ffoo.sh"
29
+            exit $?
30
+            ;;
27
         --init-path)
31
         --init-path)
28
             echo "__FFOO_DIR__/ffoo.sh"
32
             echo "__FFOO_DIR__/ffoo.sh"
29
             exit 0
33
             exit 0