# Author:       Li Junhao           l@x-cmd.com
# shellcheck    shell=dash          disable=SC3043      # xrc

xrc:mod:lib  outerr  main

# TODO: In the future. We should zip it.

___x_cmd_outerr(){
    ___x_cmd_outerr___main "$@"
}

xrc setmain ___x_cmd_outerr
