소스 검색

Add internal (plumbing) commands from ffoom

This should help test and manage embedded Fastfoo library
Alois Mahdal 9 년 전
부모
커밋
7f630aeb92
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/bin/saturnin.skel

+ 2
- 0
src/bin/saturnin.skel 파일 보기

@@ -129,5 +129,7 @@ case "$SATURNIN_SUBCOMMAND" in
129 129
     conf)               inigrep "$@"    ;;
130 130
     help)               print_help      ;;
131 131
     _ls_subcommands)    ls_subcommands ;;
132
+    _lsfun)             ffoom lsfun ;;
133
+    _lsmod)             ffoom lsmod ;;
132 134
     *)                  subcommand "$@" ;;
133 135
 esac