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
     conf)               inigrep "$@"    ;;
129
     conf)               inigrep "$@"    ;;
130
     help)               print_help      ;;
130
     help)               print_help      ;;
131
     _ls_subcommands)    ls_subcommands ;;
131
     _ls_subcommands)    ls_subcommands ;;
132
+    _lsfun)             ffoom lsfun ;;
133
+    _lsmod)             ffoom lsmod ;;
132
     *)                  subcommand "$@" ;;
134
     *)                  subcommand "$@" ;;
133
 esac
135
 esac