Browse Source

Add internal (plumbing) commands from ffoom

This should help test and manage embedded Fastfoo library
Alois Mahdal 9 years ago
parent
commit
7f630aeb92
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/bin/saturnin.skel

+ 2
- 0
src/bin/saturnin.skel View File

@@ -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