summaryrefslogtreecommitdiff
path: root/Property/Reboot.hs
blob: 9b06f07c26a8acfcdecda1ae60faa7f38f2ec249 (plain)
1
2
3
4
5
6
7
module Property.Reboot where

import Common

now :: Property
now = cmdProperty "reboot" []
	`describe` "reboot now"