propellor/Property/Reboot.hs

7 lines
93 B
Haskell
Raw Normal View History

module Property.Reboot where
import Property
2014-03-30 06:26:23 +00:00
now :: Property
2014-03-30 06:12:48 +00:00
now = cmdProperty "reboot" []