The tool will ask if your device has a password. Type Y or N accordingly.
function run_command(id::String; backend=:auto) c = REGISTRY[id] if c.scope == :repl return eval(c.action) elseif c.scope == :shell return run(`sh -c $(c.action)`) else @async run(`sh -c $(c.action)`) end end jl-cmder