Ver código fonte

Add internal (plumbing) ffrun wrapper

To allow for experimenting with functions from embedded library.
Alois Mahdal 9 anos atrás
pai
commit
1303a48cfa
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/bin/saturnin.skel

+ 1
- 0
src/bin/saturnin.skel Ver arquivo

@@ -131,5 +131,6 @@ case "$SATURNIN_SUBCOMMAND" in
131 131
     _ls_subcommands)    ls_subcommands ;;
132 132
     _lsfun)             ffoom lsfun ;;
133 133
     _lsmod)             ffoom lsmod ;;
134
+    _ffrun)             ffrun "$@" ;;
134 135
     *)                  subcommand "$@" ;;
135 136
 esac