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

# license:      AGPLv3

xrc:mod:lib     term   main

___x_cmd_term(){
    ___x_cmd_term___main "$@"
}

xrc setmain ___x_cmd_term
