propellor/Property/Reboot.hs

7 lines
93 B
Haskell

module Property.Reboot where
import Property
now :: Property
now = cmdProperty "reboot" []