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

# license:      GPLv3
___x_cmd log init open
xrc:mod:lib     open            main

___x_cmd_open(){
    ___x_cmd_open_main "$@"
}

xrc setmain ___x_cmd_open
