Sha256: dd2b9420612c130034cf44491897f21c7769f275550aa0253178e40df37514e5

Contents?: true

Size: 174 Bytes

Versions: 44

Compression:

Stored size: 174 Bytes

Contents

module Perus::Pinger
    class Restart < Command
        description 'Restarts the client computer'

        def run
            -> { `sudo reboot` }
        end
    end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
perus-0.1.3 lib/perus/pinger/commands/restart.rb
perus-0.1.2 lib/perus/pinger/commands/restart.rb
perus-0.1.1 lib/perus/pinger/commands/restart.rb
perus-0.1.0 lib/perus/pinger/commands/restart.rb