Explorar el Código

Remove obsolete `ffrun` sub-command

Alois Mahdal hace 8 años
padre
commit
6d787ff043
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/shellfu/saturnin.sh

+ 0
- 1
src/shellfu/saturnin.sh Ver fichero

@@ -82,7 +82,6 @@ saturnin__main() {
82 82
         _ls_subcommands)    saturnin__lssc ;;
83 83
         _lsfun)             shellfu-get lsfun ;;
84 84
         _lsmod)             shellfu-get lsmod ;;
85
-        _ffrun)             ffrun "$@" ;;
86 85
         *)                  saturnin__runsc "$subcommand" "$@" ;;
87 86
     esac
88 87
 }