#! /bin/sh

___x_cmd_os_loadavg(){
    cut -d' ' -f1-3 </proc/loadavg
}

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