#! /bin/sh

___x_cmd_os_loadavg(){
    sysctl -q -n vm.loadavg | cut -d' ' -f2-4
}

[ -n "$___X_CMD_LOADING" ] || ___x_cmd_os_loadavg "$@"
