Explorar el Código

Add internal (plumbing) ffrun wrapper

To allow for experimenting with functions from embedded library.
Alois Mahdal hace 9 años
padre
commit
1303a48cfa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/bin/saturnin.skel

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

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