瀏覽代碼

Remove obsolete `ffrun` sub-command

Alois Mahdal 8 年之前
父節點
當前提交
6d787ff043
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/shellfu/saturnin.sh

+ 0
- 1
src/shellfu/saturnin.sh 查看文件

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
 }