Browse Source

Add internal (plumbing) ffrun wrapper

To allow for experimenting with functions from embedded library.
Alois Mahdal 9 years ago
parent
commit
1303a48cfa
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/bin/saturnin.skel

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

131
     _ls_subcommands)    ls_subcommands ;;
131
     _ls_subcommands)    ls_subcommands ;;
132
     _lsfun)             ffoom lsfun ;;
132
     _lsfun)             ffoom lsfun ;;
133
     _lsmod)             ffoom lsmod ;;
133
     _lsmod)             ffoom lsmod ;;
134
+    _ffrun)             ffrun "$@" ;;
134
     *)                  subcommand "$@" ;;
135
     *)                  subcommand "$@" ;;
135
 esac
136
 esac