blob: 17e11010f291c8723216c55e0a2358dabd1edc28 [file] [log] [blame]
// +build !linux,!solaris
package main
import "github.com/codegangsta/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)