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

# license:      AGPLv3
x log init last
xrc:mod:lib     last   main exec

___x_cmd_last(){
    ___x_cmd_last___main "$@"
}

xrc setmain ___x_cmd_last
