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