0.1.0 • Published 9 years ago

gym-sudo v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

gym-sudo

A machine for gym that prompts for sudo password if sudo agent is not already running.

Usage

let gym = require("gym");
let sudo = require("gym-sudo");

// Define your machines and workout

gym.setup(machines, workout)
    .then(sudo.start)
    .catch(console.error);
0.1.0

9 years ago