# Author:       Li Junhao       l@x-cmd.com
# shellcheck    shell=sh        disable=SC2039,SC1090,SC3043,SC2263

# license:      GPLv3

xrc:mod:lib     cd          _index

___x_cmd_cd(){
    ___x_cmd_cd___index "$@"
}

xrc setmain ___x_cmd_cd
