RSS Git Download  Clone
Raw Blame History
module.exports.ping = (exec) => {
    return async () => {
        return await exec('ping');
    }
}