Explorar el Código

Add internal (plumbing) commands from ffoom

This should help test and manage embedded Fastfoo library
Alois Mahdal hace 9 años
padre
commit
7f630aeb92
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/bin/saturnin.skel

+ 2
- 0
src/bin/saturnin.skel Ver fichero

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