瀏覽代碼

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