Browse Source

Remove obsolete `ffrun` sub-command

Alois Mahdal 9 years ago
parent
commit
6d787ff043
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/shellfu/saturnin.sh

+ 0
- 1
src/shellfu/saturnin.sh View File

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