1// Code generated by go-bindata.
2// sources:
3// command/assets/connect-short.nomad
4// command/assets/connect.nomad
5// command/assets/example-short.nomad
6// command/assets/example.nomad
7// DO NOT EDIT!
8
9package command
10
11import (
12	"github.com/elazarl/go-bindata-assetfs"
13	"bytes"
14	"compress/gzip"
15	"fmt"
16	"io"
17	"io/ioutil"
18	"os"
19	"path/filepath"
20	"strings"
21	"time"
22)
23
24func bindataRead(data []byte, name string) ([]byte, error) {
25	gz, err := gzip.NewReader(bytes.NewBuffer(data))
26	if err != nil {
27		return nil, fmt.Errorf("Read %q: %v", name, err)
28	}
29
30	var buf bytes.Buffer
31	_, err = io.Copy(&buf, gz)
32	clErr := gz.Close()
33
34	if err != nil {
35		return nil, fmt.Errorf("Read %q: %v", name, err)
36	}
37	if clErr != nil {
38		return nil, err
39	}
40
41	return buf.Bytes(), nil
42}
43
44type asset struct {
45	bytes []byte
46	info  os.FileInfo
47}
48
49type bindataFileInfo struct {
50	name    string
51	size    int64
52	mode    os.FileMode
53	modTime time.Time
54}
55
56func (fi bindataFileInfo) Name() string {
57	return fi.name
58}
59func (fi bindataFileInfo) Size() int64 {
60	return fi.size
61}
62func (fi bindataFileInfo) Mode() os.FileMode {
63	return fi.mode
64}
65func (fi bindataFileInfo) ModTime() time.Time {
66	return fi.modTime
67}
68func (fi bindataFileInfo) IsDir() bool {
69	return false
70}
71func (fi bindataFileInfo) Sys() interface{} {
72	return nil
73}
74
75var _commandAssetsConnectShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x08\x61\xd7\x21\x4e\x4f\x6d\x01\x1f\x82\x26\x18\x0a\xac\xe9\xe0\x36\xbb\x0c\x83\x40\x4b\x9c\xad\xa5\x96\x04\x89\x71\x37\x14\xfe\xf7\xc1\x9a\xe7\x3a\xed\x5a\x74\xcb\x45\xf1\x23\xa5\xf7\xf8\xf8\xbe\xbb\x0a\x84\x72\x07\xcb\x1a\x63\x23\xe0\x21\x03\xd0\xc8\xa8\xc8\x32\x85\x08\x05\x7c\x11\x5a\x2d\xc5\xd7\x2c\x03\xa8\x83\x3b\x78\x10\xe8\xcd\xef\x46\x00\x4b\x7c\xef\xc2\x7e\xfc\x02\x68\x9d\x26\x28\x40\x54\xc1\xe8\x9a\x44\x42\xfb\x2c\x1d\x91\x42\x67\x14\x4d\xad\x16\xdb\xd4\x9a\xc8\xdf\x0f\x6f\x8e\x05\xef\x02\x0f\x85\xb3\x3c\x5f\x8a\x6c\x04\x95\xb3\x96\x14\x4f\xb7\x01\xa2\xd1\xa4\x30\xc8\xe9\xdd\x7e\x2c\xf5\x73\x56\xc6\xb8\x07\x71\x4f\x95\x98\xae\xea\x60\x3a\x0a\x03\x83\x76\x6a\x4f\x61\xce\xf1\xcd\xd4\x33\x0a\xd3\x62\x9d\x34\x36\x18\x1b\xa3\x5c\xf0\xd6\xb5\xa8\x17\x49\x32\x85\x41\xf4\x79\xb7\x14\x4f\x78\x47\xee\xd1\xac\xc1\xd6\xca\x61\xd0\x6f\xb5\x6c\xee\x82\x68\x98\xbd\x98\x0f\xcd\xc8\x46\x41\x01\x67\x79\x7e\x32\xa1\xec\xd2\x71\x84\xf6\x6f\xf7\xfe\x51\xe2\xf3\x0d\x9c\xfc\xcb\x06\xa6\x0a\x80\x0f\xee\xc7\xcf\x23\x04\xe0\xe0\x23\x07\xc2\x36\x3e\xc1\x01\x34\x45\x36\x16\xd9\x38\x2b\x5f\xcc\xc5\x9f\xdf\x9d\x53\x78\x27\x2b\x63\xb5\x4c\x42\xa1\x80\xd3\xfc\x34\x3f\xea\xea\xb3\xbf\xfd\x7f\x25\x21\xcf\xd6\xf4\x4a\x4e\xc8\x76\xb3\x09\x2e\xae\x77\xdb\xdb\xcb\xed\x07\x79\xb3\x29\x3f\x5f\x5e\x6c\xe4\xae\xfc\x98\x32\xc3\xec\xcf\x17\x8b\x77\x0f\xdb\xeb\xab\xd5\x5a\xee\x3e\xdd\xdc\x96\x9b\xd5\x95\x5c\xad\xd7\xa5\x4c\xc3\x49\xf4\xa6\x7f\x4c\xcf\xff\xa6\x70\x92\xfe\x42\x16\xfb\xec\x57\x00\x00\x00\xff\xff\x58\x05\x65\x03\xe5\x03\x00\x00")
76
77func commandAssetsConnectShortNomadBytes() ([]byte, error) {
78	return bindataRead(
79		_commandAssetsConnectShortNomad,
80		"command/assets/connect-short.nomad",
81	)
82}
83
84func commandAssetsConnectShortNomad() (*asset, error) {
85	bytes, err := commandAssetsConnectShortNomadBytes()
86	if err != nil {
87		return nil, err
88	}
89
90	info := bindataFileInfo{name: "command/assets/connect-short.nomad", size: 997, mode: os.FileMode(420), modTime: time.Unix(1566490218, 0)}
91	a := &asset{bytes: bytes, info: info}
92	return a, nil
93}
94
95var _commandAssetsConnectNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7b\x6d\x8f\x1c\xb7\x91\xff\xfb\xfd\x14\x85\xde\x00\x49\xfe\xd8\x9d\x7d\xb0\x15\xdb\xc2\x7f\x0f\x90\x2d\xe7\x4e\x77\xb1\x7c\x90\xe4\xcb\x8b\x20\x58\x71\xba\x6b\x66\xa8\xed\x26\xdb\x24\x7b\x46\x6b\x63\xbf\xfb\xa1\x8a\x45\x36\xbb\x67\x66\x2d\xc9\x87\xc8\x2f\x24\x79\x48\x16\x8b\xf5\xf8\xab\x22\xfb\x14\xde\x6c\xd0\x21\xd4\xca\x80\x35\xed\x3d\x2c\x11\x14\x78\x6d\xd6\x2d\xc2\x3b\xbb\x84\x06\x57\xda\xe8\xa0\xad\x81\x1e\x1d\xac\x74\x8b\x0b\x78\xb3\xd1\x9e\x47\xb5\x07\xa3\x3a\x6c\x4e\x4e\xa1\xaa\xed\x60\x42\xa3\xfc\xa6\x02\x6f\x41\x07\xd8\xe9\xb6\x85\xda\xa1\x0a\x44\x93\xa6\xef\x74\xd8\x40\xd8\x20\xbc\x78\x0e\xca\x34\xf0\x52\x75\x58\x2e\x5c\x9c\x9c\x30\x43\x50\xbd\xb3\xcb\x0a\x7c\x50\xe6\x17\x45\x9b\xd0\x9a\x60\xfb\xf3\xce\xfa\x00\xb5\x35\x2b\xbd\x1e\x9c\x62\xae\x6c\xcf\x7f\x69\xc3\x93\xde\xd9\xe5\xc9\x29\xf8\x1e\x6b\xbd\xd2\x35\xcf\x58\xc0\xb3\xc4\xab\x82\x06\xeb\x56\xd1\xca\x2d\x4e\x67\x81\x5d\x41\x50\xfe\x8e\xf6\x52\x01\x5e\xda\x4e\xd1\xa9\xfc\xc6\x0e\x6d\x03\x6e\x30\x0b\xf8\x4f\xbb\xf4\xb0\x51\x5b\x3a\xcd\xba\xb5\x4b\xd5\xb6\xf7\x30\x18\xfd\xf3\x80\x2c\x85\x33\xb0\x06\xc1\x3a\xe8\x94\xb9\x67\x62\xb0\x76\x76\xe8\xfd\x19\xec\x36\xba\xde\x9c\x9c\x82\x72\x48\x6c\x76\x1e\xdb\x2d\x7a\xa8\x6d\xdb\x62\x4d\xdb\x7b\xda\x7f\xbe\xdc\x2f\x4e\x4e\x4f\x4e\xe1\xaf\xf4\x9b\x75\x08\xda\xac\xac\xeb\x22\xbb\x24\x3e\x7c\xaf\xba\xbe\x45\x0f\x36\x1e\xbe\x94\xda\x19\xf4\x2d\x2a\x8f\xe0\x11\x4f\x4e\x79\xd8\x9a\x56\x1b\x84\xc6\xd6\x43\x87\x26\x08\x9d\xf0\x94\x37\xa1\xff\x36\x21\xf4\xfe\xe9\xc5\xc5\x6e\xb7\x5b\x18\x12\x40\xef\xec\x3b\xac\xc3\x42\xdb\x8b\xc6\xd6\xfe\xe2\x9d\x5d\x9e\x4f\xa4\x46\xbf\x2c\x36\xa1\x6b\x4f\x4e\x4f\x48\xc6\xa5\x11\xfc\x7a\x02\x20\xda\x74\xb8\xd6\xd6\x54\xd0\x2b\xa7\x3a\x0c\xe8\x92\xec\x31\xaa\x36\x8e\x93\x0e\x59\x50\x10\x2c\xe0\x7b\xac\x87\x80\x49\xa9\x0b\x78\xb1\x62\x7a\xb6\xd3\x21\x60\x73\x06\x81\x6c\x50\x9b\x0d\x3a\x1d\x22\x95\x06\x57\x6a\x68\x43\xa2\x46\x2a\x21\xa9\x56\x51\x57\xd5\x82\xd7\xcb\xe0\x4d\xfe\x99\x7e\x1d\x39\x6d\x54\x50\x35\x9a\x80\xce\x1f\x67\xb7\xd5\x3e\x10\xe5\x62\xb2\x30\x1e\xcd\x85\xc9\x2d\x91\x0c\xd5\xeb\x06\x1d\x36\xb0\xdb\xa0\x81\xbe\x55\xb5\x36\xeb\xc8\x3a\x29\x58\x3c\xa9\x1b\x7c\xa0\xf9\xbd\xb3\x5b\xdd\x60\x43\x9c\x96\xb4\x6f\xe0\x1f\x55\x53\x5f\x55\xff\x3c\x19\x19\x0d\xf7\x3d\x96\x1c\xd6\xd6\x04\x67\x5b\x71\x95\xfb\x9e\x8f\xfe\xce\x2e\xc5\xf6\x40\x77\xbd\xaa\x45\x50\xbe\xde\x60\x33\xb4\xe8\xfe\xe8\x99\x60\x83\xb5\xf6\xec\x03\x91\x47\x24\xf3\x10\xde\xa6\xce\xa6\xbd\xf8\x9b\x6a\xd9\x02\x45\xe4\x1e\x82\x65\x4a\x95\x47\xb7\xd5\x35\x56\x0b\xb6\x5a\x05\xab\xa1\x6d\xb3\xbc\xc8\x42\x88\x35\xcf\x6b\xc3\x06\xb5\x83\x46\xaf\x56\xe8\xd0\xd4\xe8\x27\x26\x4b\xd4\x8e\x19\xed\x22\xeb\xec\x90\x6b\x94\x64\x1e\xb7\xfb\x44\xe5\x43\x6d\x9f\xac\xe0\x22\x0b\xcf\x47\xc3\x8f\x44\x58\xe2\x37\xe3\xf9\x0b\x4d\x91\x15\x04\xa7\xb4\x09\x39\xa2\x71\x50\x25\x31\x34\x8d\x16\x69\x8e\xb3\x3c\xac\xac\x9b\xda\x0a\xe9\x91\x09\x6a\x93\xd7\x90\x93\x50\xa0\x70\xe8\xed\xe0\x6a\x8e\x1c\x8d\xd3\xdb\x68\x0b\x89\x96\x68\x51\xf6\xed\x14\x07\x78\xd6\x71\xb4\x52\x15\xc6\xc8\x71\x06\x15\xc7\xab\xea\x8c\x68\x55\x64\xa0\x15\xb4\xb8\xc5\xf6\x8c\x15\xe6\x87\xbe\xb7\x2e\x78\xd8\x2a\xa7\xd5\xb2\x25\xa9\x07\x74\xbd\x6d\x3f\x40\x2b\x87\x03\xd6\xbe\x6c\x3e\xd8\x08\x3e\x49\x83\xb3\xe8\x35\x6e\x5f\xea\xf2\xb4\x10\xa0\x44\x31\x00\x15\x82\xd3\x4b\x8a\x48\x37\x50\xfd\xe1\x57\xfa\xdf\xc5\x1d\x3a\x83\xed\x82\x02\xcd\x43\x25\xf3\xb6\xaa\x1d\x90\xf9\xb9\x81\xaa\xd5\x66\x78\x1f\x47\x1e\x0a\x8b\x18\xfa\x46\x05\xcc\xd6\x30\x0d\x2e\x71\x10\x68\xff\x80\xeb\xfb\x94\x97\x24\x95\x2c\x98\x42\x9c\xc3\x04\xf3\x3c\xed\x61\xf0\xd8\x90\x59\x48\x2c\x20\xdb\x31\x6b\x0f\xad\xbe\x43\x70\xb6\x6d\xc9\x9e\x86\x7e\xed\x54\x43\xce\x56\x2b\xa3\x9c\xa6\x7f\x29\x23\x21\xab\x1d\xf0\x62\xed\x10\x0d\x34\xd8\xb7\xf6\x9e\x84\xed\x29\xf4\x8e\x61\xd7\xd8\x3d\x0e\xb5\x07\x24\x45\xd7\xd8\x30\x7b\x31\x12\xcc\x0e\x39\x31\xbd\x64\x76\x14\x10\xac\x2b\xce\xb7\x80\xbf\xa7\x40\x99\x67\x31\x39\x8e\x64\x3a\x80\xea\xfb\x96\x25\x65\x41\xb5\xad\x08\x85\x71\xc5\x08\x00\xf6\x88\x2c\xad\xc0\x0e\xda\x2f\x1d\x96\x97\x26\xf3\xe6\xa8\xc8\x8c\x7a\xce\xd1\x1d\xba\x35\x45\xed\x84\x57\x78\xf2\x1f\x29\x68\xdf\x91\x10\x7b\x87\x35\x36\x14\xb4\x3e\xc5\xe8\xa7\x92\xf9\x97\x1a\x7c\xdc\xba\x34\x76\x51\x26\x99\x79\xb6\xcf\x4e\xbd\xbf\xa5\xcc\xd2\xb6\xd8\x1e\xcf\x82\x9d\x7a\xaf\xbb\xa1\x03\x33\x74\x4b\x74\x64\xa7\x91\x96\x24\x03\xa2\xd6\xa3\x23\x59\x50\xd8\x4a\xf4\x16\xf0\xc2\xc4\xa0\x56\x2b\x8f\x92\xc6\x0b\xc2\xd9\xbc\x32\x0a\x25\xeb\x10\x7a\x2a\x80\x82\xa0\x3b\x16\x3b\x40\xc9\x27\xdc\xc0\xd5\xc9\xe4\x10\xda\xdc\x6e\x50\xb5\x61\x73\x7f\x4b\x4b\x1e\x39\x88\x36\x7c\x10\x9a\xc5\x3f\xa8\xb6\xb5\x51\x60\x42\x30\x25\x68\xb1\x31\x21\x4b\x0a\x0c\x08\x4b\x5c\xb1\xda\x03\x39\x42\xa7\xdc\x1d\x19\x9d\xcf\x93\xc8\x04\x06\xb3\x6c\x6d\x7d\xe7\x85\xdc\x6a\x70\x61\x83\xae\xd8\xc7\xc3\xca\xd9\x0e\x96\x18\x5d\x94\x04\xd0\xc8\x19\x67\xc7\xa0\xb0\x72\x75\xe9\xab\xc9\x59\xd3\x84\x06\x55\x43\x86\x73\xfc\xac\x69\x46\x81\xb5\xd8\xc3\x58\xba\x99\x9d\x7c\xe0\x03\xc7\x59\x11\xd1\xbc\xb4\x5c\xa4\xd3\xf9\xd4\x10\x2c\x39\x40\xcd\x08\x39\x38\x65\x3c\xa7\xac\x18\x9d\x06\x23\xb4\x16\xf0\x26\x0f\x71\xaa\x2b\xc6\xb8\x78\x48\xe2\x52\xba\x15\xe6\x53\x50\x62\xa9\xf6\x36\xa0\x09\x9a\x37\xa1\xf0\x06\x4b\x55\xdf\x65\x3f\xd7\x2b\xa8\x88\x91\x5b\x87\x5b\x74\xa1\x1a\xd9\xf3\x18\x68\xaf\xe0\x06\xb1\xa3\xb9\xf8\x48\xc6\x5f\x74\x53\x11\xf7\xce\xae\x1d\x7a\xff\x49\x32\x56\xe6\x23\x44\x1c\x43\x7c\x26\xb2\xc4\xb5\x36\x3e\x02\x48\xa2\xbe\xd2\xce\x87\x7d\x72\x84\x19\x66\x32\x22\x1f\xe3\xea\xab\x61\x71\x69\x4f\x58\x01\x03\x93\x22\x99\x80\x32\xfb\xa6\xae\x3c\x9d\x8b\xe1\xda\x8c\xdc\xa8\xc7\x18\x7e\xa7\x6e\xc0\x59\xc2\xd8\x7d\x82\xb3\x65\x47\xfd\x87\x06\x92\x90\xf3\xe9\xcf\x0a\xf3\x9c\x9e\x6c\x14\x1b\x99\x47\xf2\x96\x3d\x2d\x45\x77\x99\xe9\x72\x62\x16\x87\xb4\xa8\x57\xd9\x8c\xa4\x00\xa4\x25\xe7\x71\x89\x9c\x42\x08\xb6\xca\x07\x3a\xc8\x52\xea\x65\x5b\xe6\x4e\xe6\x6d\x70\x58\x94\xa0\x23\xdf\xb2\x48\xaf\x38\x93\x1d\x72\x43\x5f\x6a\x83\xaa\x9c\x82\xf2\x8e\xaa\x76\x21\x96\x0c\x87\x09\x14\x87\x83\x1b\x58\xa9\xd6\xe3\xe4\xf0\x9c\xf6\xef\x8f\x59\xaf\x0a\x50\x6f\x94\x59\x63\x56\x16\x83\x76\xfa\x7d\x17\x2b\x61\xf4\x43\x9b\xec\x4f\xd3\x61\x7d\x70\x43\xcd\x05\x75\x8a\xff\x22\x33\x29\xfd\x39\xb7\xca\x16\x4d\x91\x2d\x12\xfe\x10\x5a\x94\x6b\xed\x40\xb2\xb4\x7d\x4f\xe1\x80\xc0\x6d\xef\x70\xab\xed\xe0\x4b\xa1\x2c\xe0\x47\x53\x0b\xb2\xef\xd1\xa9\x40\xc0\x97\x0e\xd2\x31\xa6\x1e\x05\x99\x36\xe0\x8c\x2e\x32\x62\x83\xba\xe7\x76\x47\x2c\xb8\x3a\x1b\xb8\x3c\x23\x37\x4d\x61\x1a\x54\x01\x97\x04\x69\x71\xed\xb9\x92\x6a\xb5\x53\x9a\x23\xd6\x44\x55\x94\x9b\x08\x11\x71\xcd\x39\x49\xa1\x51\x31\xa7\x42\xe5\xaf\x31\xfa\x9f\x51\x1c\x0a\x44\x25\xab\x04\x7f\x1e\x54\x9b\xe4\xce\x95\x74\xda\x72\x44\x48\xbc\xe7\x2e\x09\xed\x18\x62\xfb\x7b\x8a\x16\x62\x75\x92\x52\xce\x52\x45\x46\x61\x40\x48\x1b\xdc\x09\xb1\x2d\x3a\x2f\x45\x5e\x24\x26\x81\x63\xe8\xa9\x2e\x64\x51\x69\xc1\x30\xb6\x6d\xca\xe9\xac\xb3\xe4\x83\xf1\x34\x70\x03\x97\x27\x00\x0f\x19\xf5\x76\x7a\xed\x22\x6c\x3c\x00\x7a\x13\xbe\xca\x98\x92\xc2\x59\x5c\x41\x12\xb2\xab\x15\xd8\x58\xff\x37\x4e\x64\x6f\x6c\x83\x33\x6c\xaa\x72\x0b\x40\x96\x5a\x33\x41\xa9\x11\x3c\x36\xbf\x81\xd9\x12\x4c\x13\x86\x3f\x0b\x4e\x93\xbd\x4b\xa0\x96\xe4\x97\x90\xda\xeb\x89\x00\x47\xb7\x2a\x8a\x05\xf1\xe7\x68\xeb\xb2\x3e\x63\x6f\xaf\xba\x64\xd7\x8c\xa8\x62\xa1\x28\x74\x52\x72\x6a\x29\x18\x87\x8d\x32\xd2\x81\x0b\x5c\xa9\x92\x61\xa6\x7c\x23\x46\x99\x0c\xf2\x4f\x71\xf4\x7c\x82\xcd\xfe\x1c\x5b\x81\x4c\x6f\x15\xc0\x0d\x86\x35\xd8\x0c\x8e\xfe\xca\xba\xf2\x8f\xa3\xba\xe9\x81\x3b\xa4\x38\xa5\x7d\x57\x64\xd9\xc2\x1b\xa3\xbb\x47\x53\x96\xd0\x90\x8b\x13\x46\xa6\x09\x3b\xc4\x82\x2d\xc6\x88\xaa\xde\x60\x7d\xe7\xab\x5c\xfe\xde\x72\x86\xf2\x55\x09\x13\x6e\x79\x12\xe5\x15\x99\x7d\x84\xbf\xe3\xa0\xf2\x51\x38\x99\x1c\xfb\xc3\x41\xe5\x6f\xc0\xc9\x04\x61\x45\xfd\xa2\xe7\x02\x74\x37\x30\x78\x0e\x66\xd0\xaa\x25\xb6\xe0\x87\xd5\x4a\xbf\x8f\x55\x63\xf5\xc5\xa5\x88\xe3\xea\x49\x57\x7d\x18\x22\x7d\xfd\xdb\x80\xf3\x83\x70\x50\x4a\x87\x8f\x01\xce\x8f\x80\x9a\x9b\x8c\xff\x3e\xf4\xec\xd7\x9d\x1c\x7d\x53\x1d\xc7\x89\x4f\xba\x6a\x12\xe6\xa4\x85\xb2\xd7\xe9\x01\x8f\x9c\x8b\xa6\x6d\x66\xc9\x94\xdc\x2b\x3c\xe7\x73\x61\x03\x0c\x9d\x4e\xb3\x93\xc6\x5e\x34\xd4\xad\xe6\xae\xdc\xb3\xd4\x5b\x96\xa2\x57\x89\x0b\x26\x17\x93\xb2\x57\xa2\x98\x78\xf9\x69\x5a\xfe\x09\xe5\xea\xe4\x40\xff\xd2\x28\x18\x5b\x02\x45\x0c\x8c\x27\xad\x54\xaf\xab\x69\xc5\xca\x51\xe7\x38\x22\x2f\xa2\xe3\x24\x99\x4e\xb4\x90\x3d\x2f\x07\xa8\xc1\x34\xe8\x62\x85\x2a\xdd\x09\xf6\x9d\xd8\xe2\x49\x76\x6b\xac\x39\x37\xb8\x8e\x57\x0a\x65\x4f\x34\x05\x57\x0b\x57\x92\x18\x39\x34\xce\xeb\x54\x87\x3e\x28\x37\xf6\x06\x53\xc3\x95\x8d\x26\xe5\xc5\x25\x6e\xd4\x56\x5b\xc7\x4a\x21\xf6\x33\xb0\xe4\xb6\x38\x03\x51\x0a\xad\x83\xc9\x96\x5d\xa6\x43\xd9\x03\x7a\xdb\xea\x7a\x6c\x15\x2d\x95\x1f\x2d\x25\x35\x67\x67\x60\xe5\x83\xcd\x64\x76\x8e\x99\xa1\x7c\x80\xa9\x8c\x9b\x7e\xa2\xb9\x08\x07\xc9\x60\x12\xbd\x74\xf8\x68\x30\x49\xee\xa3\x49\xa8\x10\xb0\xeb\xb9\x87\x4d\x9a\xcf\xc2\x28\x9a\x4a\x63\xb8\xe0\x8e\xe7\x56\xb5\x0b\x21\x96\x17\xdf\xc0\xb5\xfc\x94\xa6\x70\x15\x99\x4b\x8f\xf1\x86\x01\x5b\x75\x14\x7e\x23\x25\x45\x95\xda\xbb\x3b\xa5\x43\xca\x04\x72\x8a\x14\xd0\x39\x32\x46\x53\x88\x01\x52\x07\xd8\xcc\x8a\x21\x00\xde\x8b\xe3\xf3\x13\x3f\xe7\xa3\xb3\xcd\xe1\x0b\x84\x1d\xb9\xc4\x46\xf5\x3d\xa6\xb2\x53\x36\x22\xfa\xc2\x06\x36\x99\x58\x95\x44\x50\x71\xae\x9b\x34\xe3\xb2\xb4\xf2\xb1\x69\xd7\xc8\x96\x78\x26\xbe\x0f\x99\x54\xd2\xd4\x60\x82\x54\xfc\x34\x5c\x52\xa1\xe3\x25\x22\x16\x3d\x18\x3b\x1a\x77\x72\xed\x4c\x8e\x3b\x00\x99\x39\xe2\x7e\x49\x40\x79\xc3\x57\x93\xfb\x3c\xca\x3a\x26\x7e\x23\x5b\xf1\x6f\x0f\x13\x7f\xc5\x7e\x83\x1d\x3a\xd5\xde\x36\xda\xdf\x8d\x97\x94\x26\xd6\x41\x5e\xc2\x35\x65\x9f\xa0\x5b\xfd\x0b\x05\x05\xc8\x8b\x80\x16\xe5\xea\xc9\x07\x54\x0d\xdb\x20\x6c\x94\x6b\x78\x10\x1c\xfe\x3c\x68\x27\x77\x30\xdf\x71\xd8\xf6\x92\xa6\x42\xd1\xcb\x9f\x04\x2d\x92\x43\xb4\xa3\xfb\x3d\x22\x3e\xe1\x8c\x74\x53\x90\x49\x14\xf1\x70\x01\xcf\x72\xbf\x25\xe6\x27\x6d\x8a\xc8\x17\xb3\x8b\xdf\xc8\xfd\x65\xcc\x4b\xd3\x43\x7d\x6a\xdc\x38\x2c\xcf\x14\x3e\x72\xcb\xe6\x37\xaf\x72\x7e\x77\xf8\x98\x32\x32\x8f\x22\xd3\xd1\x22\x98\x70\xa9\xe5\x83\xae\xef\x38\xb0\x06\x37\x60\xba\xde\x2a\xcb\xb6\xb2\x08\x9b\xdc\xc1\x65\x42\x2c\xe2\xde\xe1\x8a\x72\x8e\x8d\x79\xbc\xb8\x11\x68\x4a\xe4\x53\x64\x77\x2e\x84\xa4\xab\x5d\x10\x4a\xe5\x02\xc7\x14\x15\xd4\x88\xfb\x06\x8f\xab\xa1\x8d\x00\xbe\x40\x22\x81\xb4\x45\x33\x33\x9d\x12\xa1\xf4\x54\xec\xf9\x00\xaa\x76\xd6\x97\xe5\x78\x2a\xfa\x17\x79\x99\xc8\xe2\x86\x45\x91\x7e\xcd\xa3\xaf\xa5\xe8\xcd\xfc\xc5\x46\x9c\xf4\x15\xb2\xad\x16\x1b\x34\xda\x61\x1d\xac\xe3\xab\x10\x35\xdf\xe6\xe0\xc4\x60\xcb\x8a\x67\x64\x2d\x6d\x7a\x84\x37\xf6\x6f\xaf\x7f\x79\xa4\xb7\x47\xa3\xc4\xe3\x0f\xdf\x12\x37\xec\x10\xcd\x21\xef\x8e\x48\x22\xec\x28\xe0\x14\xfe\x24\xf5\x52\xe2\x88\xa9\xdd\xc0\x17\x97\x97\x07\x02\x8d\x5a\xf1\xcb\x8b\xfb\x1c\x62\xd0\xa8\x25\x7b\x8e\x74\x3d\x7c\xbc\x27\xef\xb9\x63\x96\xef\x6d\xc5\x84\xf8\x46\x35\x41\x9a\x94\xe7\xa3\xa9\xa4\x9b\x2c\xcf\x8f\x0d\x30\x28\xb6\x8f\x4f\x74\xdf\x39\x97\x9f\xc1\x71\x13\x0b\x73\x97\xa5\xda\x21\x8e\x64\xb0\x38\xde\xe2\xcd\x00\xa2\xbc\x15\x50\x33\x11\x95\x12\xda\x23\xc1\x17\x81\x34\x7f\x31\x5e\xd6\x3f\x54\x27\x49\x89\x11\x26\xce\x5b\xc3\x5e\x3b\xae\xc1\x13\x11\x9e\x35\x5e\x8a\x88\x7c\xe5\xfd\xc9\x7e\x60\x18\xd5\xac\xd3\x6d\x92\x3f\xdf\xa1\x0f\x57\x55\xf1\x64\x60\x31\x61\x81\x18\xcd\xb3\x32\x7b\x3b\xd4\xeb\x4d\xee\x0e\xa4\xab\x43\x6d\x1a\x12\x2b\xf9\x63\x1b\x21\xed\x68\x4e\x69\x61\xd9\x5b\xa2\xac\xda\xc5\xf6\x2d\xbf\x20\xc2\x2c\xf3\x05\xbc\x08\xe5\xfb\x00\x78\x72\x49\x19\x99\x33\x15\x86\xc5\x94\x8b\x1b\xb8\x12\x1f\x38\x65\x37\x28\xfd\xc0\xf7\x0e\x55\x93\xbd\x20\xf6\xbf\xa6\x4e\xa0\x4d\xed\x18\x6c\x72\x83\x3c\x42\x63\x08\xb6\x45\xa7\x4c\x8d\xb1\x75\x24\x08\x54\xbb\xd8\x06\x4a\x85\xf2\xf2\x3e\x25\xce\x58\x07\xce\xf4\xcf\x31\xb0\x28\xac\x93\x59\xe7\xba\x2d\x72\x07\x76\x9b\xa5\xfe\xd1\x2e\x34\x3d\xe0\x67\x70\xa0\xc8\xc0\xbe\xfb\xc8\xd9\x3e\x87\xf3\x04\xe5\xd6\x18\xfc\xdc\x3c\x63\x39\x9d\xdd\xa8\x47\x47\x2b\xd5\x3a\x16\xd6\xfb\x7a\xa2\x24\x87\xaa\xde\x08\xbd\x03\x9e\x37\x93\x5f\x9c\xc7\xfe\x82\x8a\xbd\xea\xd7\x42\xb6\xb2\x1f\xdc\xc0\x5f\xb2\xb5\x72\xed\xbf\xb7\x58\x5c\xf2\xf0\xe2\x2f\x0f\x2c\x9e\xc6\x7e\x83\x61\x67\xdd\x88\x2e\x57\xfc\x98\x26\x22\x89\xd8\x56\xa7\xea\x50\x66\xb1\x02\x7c\x4f\x70\x21\x26\xa4\x14\xf6\xef\xe3\xcd\x02\xa7\x9f\x02\xf1\x16\x29\x28\x51\x18\xe1\x8c\xd4\x05\xf2\xe6\xee\xbb\x97\x2f\xa0\x6f\x87\xb5\x36\xe5\xe3\x82\x58\x9f\x0a\x40\x9f\xb1\x50\xe0\x00\xb1\xdc\xa9\xc9\xd2\x49\x46\xaa\x3e\x9b\x70\x99\x87\x4b\x33\x5e\xeb\xb0\x19\x96\x8b\xda\x76\x17\x54\xa1\x28\x6d\xd0\xc9\xa6\xda\xac\x2f\x84\xcc\x8c\x44\xc2\xf0\x4b\xa7\x9b\x35\xce\x2a\x1f\x79\xa2\x03\x3b\x4c\xe6\x14\x7b\x99\x19\xeb\x6a\x0f\xaa\xae\xd1\x7b\xbd\x6c\x31\xbe\x8a\xdc\xea\x11\x78\x7c\x67\x8d\x1f\x5a\xfa\xcb\x60\x1d\xce\xc0\x5b\x26\x65\x39\xb4\x09\xc5\xf8\x4e\x46\x1b\xbe\xb5\x11\x76\x47\xc9\xd0\x28\x54\x74\xc2\xaa\x90\x3c\x90\x74\x6f\xa0\xfa\xfa\xf2\xeb\xcb\x2a\xff\xfa\x20\xc8\xa0\x0c\x88\xf2\xc6\x68\x8e\x0b\xa6\x8c\xc5\xed\xd2\x61\xd3\x36\xec\xab\x37\xd2\x30\x39\x57\xbd\x9e\x09\x87\x59\x4b\x55\xaf\xac\x9d\x3e\xc3\xe4\x19\xe5\x70\xab\x7d\xa0\x52\x31\xbe\x00\x1a\x49\x7d\x6f\xb6\xf6\x1e\x7a\x67\xdf\xc7\xdb\xdc\x59\xaf\xce\x59\x8e\xaf\x8e\xf2\x45\x1d\x2f\x3d\x54\x60\xea\x63\x01\xc7\xcf\xe7\x8e\xd8\x19\xbc\x88\xd5\x4b\x11\xcd\x61\xa9\x4d\xc3\x09\x81\xe2\x40\xbb\xb1\x7e\xa4\x65\x25\xc1\xd2\x06\x67\x23\x38\x37\x88\x8d\xe7\x7b\xcb\xf1\x29\x56\xda\x6b\xf2\xf4\x2d\x9d\x8d\x8f\x7f\x03\xd5\x37\x97\x97\x57\xf3\x92\x9a\x1b\xc2\x07\x9e\xf5\xa4\xab\x52\x88\xad\x63\xe5\xbd\xad\x35\x43\xfa\xfc\xc0\x44\x84\x59\x4a\x50\xe7\xe8\x37\xb6\x1f\xba\xa1\x0d\x9a\xf0\x41\x2c\xb5\xc7\x88\x98\x07\x62\x53\x3a\xb5\xe7\x0b\x67\x8c\xf4\xe1\xa5\x4d\x59\x4d\x66\xba\xc1\x94\x82\x66\xa9\x24\x14\xd0\x50\x0c\xe1\x1c\xc5\x8f\xc1\x32\xb5\x95\xc6\x76\x84\xd5\xf9\xe7\x78\xbc\xd2\xa2\xd9\xdc\x20\x3e\x86\x52\xad\xde\x62\x55\x9a\xfb\x7d\x9f\x07\x43\xdd\x4f\x86\x88\x8b\xb4\x8e\x8c\x74\x1c\x2a\xdb\x2b\xdc\x76\x2e\x56\xe9\x0e\xed\x10\x78\xd5\xb5\x2f\x7d\x48\xfe\x59\x47\xd7\xc8\x2c\x16\xa0\xbf\xc1\x5a\xb9\xdb\xb9\x6b\x15\xcd\xb8\x90\x4d\x5a\x26\x83\x6a\x3a\xed\x7d\xba\xe9\x16\x11\xc4\x2e\x4a\x8b\x2e\xbe\x80\x94\xe4\x93\xcb\x40\x56\xb8\x82\xd9\x7e\x67\xd2\x34\x18\x5f\x3d\x24\x07\xa0\xcc\x0d\xca\xc8\xce\xa2\x1c\xb9\x21\x2c\x9f\x4d\x3d\x13\xfa\xc9\x76\xa5\x1b\x5c\xd0\x92\x8e\x40\xbc\xd2\x53\xd0\xdc\x1b\xd5\xe9\x3a\xda\x73\xea\x1d\x3b\x5c\x93\x33\xd3\x2c\x32\x20\x87\x1d\x59\x8b\x30\xe9\x0b\x62\x31\x0f\xb0\x2c\x83\x15\xe6\xb2\x2d\xb3\xd2\xdf\xca\xf8\x39\x07\x80\xf3\xff\x2f\x44\xfe\xed\xed\x62\x24\x53\x10\xfc\xf6\x3e\x61\xc5\xb3\x4c\x4e\x78\x1a\x0c\x85\x5f\x8e\xa4\x96\x62\x85\x56\x2d\x0c\xbd\x0f\x0e\x55\x07\xcf\x6d\x7d\x87\x0e\x74\xa7\xd6\x38\x52\x9e\x89\x17\x7e\x7d\x90\xa1\x03\xd1\x34\x3e\x73\x4c\xfa\x4e\xb9\xd5\xb0\x0f\x6c\x75\x33\xd0\x6e\x46\xf3\x75\x29\x49\xf6\x0c\xfc\x50\x6f\x40\x91\x57\xc7\xcd\x4f\x46\xcd\x73\x76\x3a\x83\x1d\x2e\xcb\xb0\xc4\xcf\x29\x97\x2a\xd4\x1b\x8a\x86\x9c\x58\xcc\xfa\x53\xc1\x62\xc9\xee\x67\xe8\xb1\x72\xaf\x68\x06\x14\xd9\x0e\xab\x1d\x2e\xab\x59\x8f\xb5\x8a\xef\x51\x8f\x57\xd3\xbc\x52\x1e\xad\xce\xee\x43\x04\x6e\x8c\xbd\x41\xe9\xcc\x32\x03\xf2\xab\xac\xbc\x81\xaa\x61\x4d\xec\xc5\x63\xf6\xde\x23\xef\x2c\xc7\xb7\xb2\x63\x90\xcf\x8f\xa5\x3d\xf4\xca\xfb\xa2\xcb\x19\x7b\x0b\xed\x7d\xba\x9d\x4f\x4c\x5b\x98\x36\x1f\xd3\xe3\x9d\xa0\x74\xcb\x98\x74\x42\x3f\xe3\x14\xbe\x6e\x4c\x92\xe5\x32\x9e\xe2\x44\x24\xca\x88\xa2\x78\xc2\x9c\xa7\xc5\xe1\x91\xa5\x3d\x5c\x35\xb7\xa0\xc5\x18\xf6\x56\x7a\x5d\x44\x3d\x76\x17\x92\xdb\x46\xf9\x8d\xae\xad\xeb\x59\xfd\x17\x8c\x0a\xd0\x11\x2e\x78\xba\xbd\xaa\xb2\xd3\x4c\xc5\xaa\x5c\xd0\x2b\x55\x87\xc7\x7a\x9f\x8d\xdd\x99\xd6\xaa\x86\xdf\x18\xc9\xfc\x78\x29\x39\x02\xa9\x14\x5e\xe2\xf3\xe5\xde\x69\x3b\x0a\x34\x76\x3b\xb1\x7c\x25\x2f\xaf\xe3\xc9\xf1\x6a\x6b\xb6\x68\x34\x9a\x31\xbf\x8f\xf7\xc1\x24\x89\xb4\x3d\x91\x99\xbe\x60\x5f\xe9\x36\x36\x3e\xa8\xec\xe0\xf4\x1f\x61\xad\xd8\xd7\xd8\xfc\xe2\x8d\x5f\xf0\xfd\x6b\x6f\x05\x0b\x12\x77\xd2\x65\x0d\x07\x25\xb1\x97\x9f\x0b\x6d\x89\x40\xf2\x94\xb4\xd8\xef\x27\xd2\x8f\x68\xbf\xcc\x38\xd8\x0b\x09\x1f\x14\x14\x8e\x81\xef\x8f\x69\xc2\x08\x23\x63\x70\x28\x89\x66\x13\x28\xc1\x81\x28\xfe\x26\x42\xe1\xa7\x17\x17\x2b\x6b\x19\xe8\x67\x5a\x41\xb9\xc5\xfa\x97\x32\xc5\xc7\xaf\x0f\xfc\x84\x0e\x08\x94\x19\x3a\xa2\xd5\x35\x4f\x9e\xd6\x5f\x2a\xf5\xf5\x93\x2f\x54\x73\x7d\x7d\xf5\xe4\xcb\xeb\xbf\xe0\xf2\xab\xe6\xab\x4b\x75\x7d\xf5\xcd\xf5\x35\x7e\xf5\xcd\x97\x25\xc5\x87\x12\x26\x4c\x0d\xbd\xb5\x6b\x7f\xc0\xc8\x49\x9c\xe5\x9d\x2c\x29\x63\x63\x77\xf1\xbb\x9d\xd6\xae\xc5\xc6\xca\x96\x6c\xf9\x5e\x96\x9b\x7e\xdc\x7a\xb7\x1e\x69\xbe\x97\x05\x64\x85\x14\x38\xcc\x02\xfe\x66\xd7\x6b\xb2\x5d\x7e\x5a\x4d\xe8\x9e\x90\xd8\x68\x4b\x29\x53\x2e\x07\x79\xbe\x3f\xe1\x54\x3a\x24\xe4\x07\x84\x0d\xdd\xf9\xda\x51\x62\x6a\xf2\xbb\x70\x5b\x86\x11\xfe\xa0\xc5\xae\xc1\xd9\x30\xda\x99\x0f\xd6\x51\x88\x38\x08\x81\x3f\xc5\x4e\x4b\x06\x3f\x9b\x8d\x12\x13\x87\xed\x93\xb5\x50\xda\x54\xa7\xde\xdf\x46\xad\x00\xa3\xd0\xab\xcb\x03\x83\xb7\xd2\xbf\xbd\x7a\xb2\x0f\x35\xc7\xdb\xdd\x78\xe7\x52\xbc\x08\xf0\xb5\xd3\xcb\xfc\xe5\x53\x71\x4f\xa3\xca\x9a\xa4\x88\x1d\xf2\x2d\xd4\x02\x5e\xa5\x6f\x3d\x66\xd7\x3b\x75\x3b\x34\x08\x1d\x76\xd6\xdd\x9f\x25\x0c\x78\x06\x75\x3f\xc4\x2f\x37\x48\x47\xb3\xd2\x02\x8d\xcf\xb0\x56\x9e\x13\xb4\x6d\xfe\xea\x8a\xe4\x0e\x9d\xaa\x37\xa4\x8f\x58\x2d\x44\x78\x43\x0b\xed\xb0\xde\x14\x41\x5c\x58\xaa\x55\xaf\x6a\x1d\xee\x7f\x8f\x95\xec\x49\xeb\xb3\x99\x4a\xe6\xe4\x90\xbd\x8c\x17\x69\x63\x4a\xad\xfb\x21\x5a\xca\x93\xcb\x4b\x38\xe5\x3f\x7f\xf8\x8f\x5f\xf2\x70\xd4\x0d\xdc\xc0\xf5\x93\xbf\xc0\x29\xfd\xf9\xc3\xb7\x33\x4c\x5a\x80\xd2\x23\x75\x46\x51\x5d\x44\x75\x1d\xad\x0f\x52\xbb\x6d\xf2\x1d\xe2\xd8\x0d\xcb\x2d\x90\x83\xd5\x48\x8e\x78\xa3\xd6\x53\xbb\xf6\x48\x99\xf1\x09\xc5\xc5\x09\x4c\x30\x80\x94\x18\xbf\xbf\xb0\xf8\xbf\x2c\x25\x4e\x47\x95\x38\x8c\xdf\x6e\xee\x2c\xec\xf8\xee\xda\x42\x67\x9b\x04\x04\xd2\x3b\x8b\xf4\x4c\xe3\x69\x06\xd9\xff\x0f\xde\x70\xfb\x8d\x2a\x79\x29\xd5\x15\xbc\x4d\x02\x27\xdd\xbc\x1d\x13\x0c\xd3\x4a\xe7\x4b\xbf\x17\x78\x9d\x1d\x91\x3f\x4d\xf1\x63\x15\x98\xf6\x4e\xd6\x72\x20\x64\x47\x46\x9e\x35\xf1\x52\xf2\xed\x9d\x36\x4d\xec\x01\x15\x82\x7c\x9a\x05\x59\xbd\x8d\xf5\x7d\xfc\xc0\xcc\xf2\xd3\xb2\x11\x75\x47\x4e\xde\x10\x27\x63\xd8\x60\xed\x8e\x17\x96\x89\xa5\xb2\x03\xc4\x93\xd1\x04\xed\xb0\xbd\x9f\x8a\x37\xd6\x0f\x89\x9b\x91\x8f\xa2\x7b\xca\x2c\xc3\x63\x4c\xe7\xa9\x47\x8a\x82\xd3\x39\x0e\x8e\x07\xc9\x48\xf8\x0f\xbf\x76\x18\xd4\x42\xc8\x2f\x92\x86\x78\xfc\xa1\x2a\x56\x28\xb7\xf6\xc4\xc9\x3f\x8a\xdf\xa0\x3a\xaf\xab\x33\x22\xf2\xf2\xc7\x1f\x9e\x3d\xbf\x7d\xf3\xec\xf5\x7f\xdd\x3e\x7f\xf1\xea\xe1\x62\x69\x6d\xf0\xc1\xa9\x7e\xf1\xce\x5b\x53\x9d\x4d\x17\xb5\x71\xd1\x64\xe7\xd6\xae\x6f\xf9\xab\xa4\xc9\xae\xff\xcc\xff\x7e\x18\xcf\x33\x8f\x43\xa7\xd3\x48\x54\x5c\xa9\x94\x11\xe8\x8b\xcb\xcb\x43\xc4\x8a\x14\x28\x0b\x66\x29\xf0\xfa\xc0\x58\xca\x80\xd7\x05\x45\xc8\x7d\xcb\xf4\x2a\x4e\x3e\x16\xdf\xa8\xf8\x0e\xae\xb6\xa6\x99\xbf\x93\x1b\x3b\x59\xc5\x9d\x74\xc7\x77\x43\xd3\x0f\x16\x39\x33\x79\xa4\x8a\x32\xcc\x60\x18\x97\x17\xc5\x9b\xd4\xa5\xdd\xe6\xef\xb3\xe4\xe5\x58\xa3\xfc\x66\x69\x95\x6b\x92\x71\xcd\x1b\xe0\x8f\x76\x8e\xdf\x7a\x4a\x34\x35\xdc\xc0\x37\x97\x97\xd7\x6f\x8b\xb2\x96\xe2\x1f\xfa\x09\x36\xcc\x17\xfc\xfc\xd5\x85\xdb\x8e\xf9\x8b\xa3\x22\x51\x88\x87\xd9\x58\x1f\x32\x1f\xdc\xdd\x5a\x71\x7f\x93\x77\xe4\x96\xf0\x6c\xb7\xb1\x0d\x67\xdd\x4e\xb9\x46\xa4\xc5\x74\x62\x77\xd6\x16\x7b\x3c\xda\x44\x2d\x9b\x9a\xb3\x86\x34\xc0\xe4\xb4\xf9\xd7\x60\xc5\x1e\x8a\x5f\x27\x29\xec\xf1\x96\xf3\xa8\x81\x72\xef\xd8\x50\xbd\xae\x8e\x37\xea\xf6\x5a\x3a\x79\x04\x24\xc2\x94\xbf\x24\x8d\xa5\xe0\xee\xe7\xef\x31\xe5\x1d\x7f\x91\x7b\x38\xdc\x71\xdb\x7f\x46\xe7\x4f\xb9\x57\xfe\x67\x4e\x6f\xbb\xd4\xa7\x96\xeb\x77\xeb\x05\x22\x25\x42\x36\x35\x54\x67\x84\x8e\xf4\xb1\xd9\x3f\x04\xb3\xe7\x2f\xc3\x63\x31\xa0\x8a\xef\xb3\x46\x3a\x39\x63\xa9\x30\x36\xba\x9f\x7e\x7d\xf9\xf5\xe5\x62\x32\x73\x3c\xfc\x54\x34\xc0\x1f\x6d\x68\xc3\x19\xe2\xf6\xc0\x8d\xc0\x74\x32\x6f\x71\xbb\xd4\xa6\xb9\xe5\x53\xc3\x0d\xd0\x5e\x93\x59\x0f\x27\x87\xfe\x9d\xc1\xf0\xe8\x40\x87\x12\x1f\x27\xd2\xf1\x86\x3c\xe6\x8e\x49\x1a\x2b\xc8\xc8\x9b\xa5\x79\x6a\x29\xba\x8a\x50\x6e\x32\x69\xf5\x1e\x46\x6e\xfb\x51\xf3\x72\x36\x96\x43\xe7\x93\xab\xeb\xc9\xd0\x43\xf1\x7f\xf3\x16\x63\xd1\x1a\xdb\x8b\x3a\xbf\xd9\xba\x2a\x2f\x35\x08\x3a\x04\x75\x87\xa0\x9a\xad\xe2\xcb\x4e\xbe\xeb\x9c\x5c\xa6\xc8\x77\x5e\x63\xc5\x60\xb6\xda\x59\xc3\x0f\x05\xd2\xd7\xda\x0c\x5a\x56\x5a\x9e\x26\xa9\xa6\xe1\x77\x23\xf2\x65\x51\xb2\x95\x4c\x61\x76\x21\x81\x66\x5b\x88\xec\xbb\x1f\x7f\x7a\xf9\xe6\xc5\xcb\x7f\xbf\x7d\xfd\xfd\xab\xff\x79\xf1\xdd\xf7\xb7\x3f\xbd\xfa\x5b\x51\xc7\xa7\x34\xf8\xd3\x7f\xbf\x7e\xf3\xea\xfb\x67\x3f\xdc\x3e\x7b\xfe\xfc\xd5\x2d\x1b\xd8\xad\xea\xf5\xc3\x5e\x63\xe9\xa3\x1b\x54\x59\xa2\x93\x36\x55\xfa\xf3\xe1\xe4\xe1\xe4\x7f\x03\x00\x00\xff\xff\x62\xe9\xee\xaa\xd9\x44\x00\x00")
96
97func commandAssetsConnectNomadBytes() ([]byte, error) {
98	return bindataRead(
99		_commandAssetsConnectNomad,
100		"command/assets/connect.nomad",
101	)
102}
103
104func commandAssetsConnectNomad() (*asset, error) {
105	bytes, err := commandAssetsConnectNomadBytes()
106	if err != nil {
107		return nil, err
108	}
109
110	info := bindataFileInfo{name: "command/assets/connect.nomad", size: 17625, mode: os.FileMode(420), modTime: time.Unix(1566490218, 0)}
111	a := &asset{bytes: bytes, info: info}
112	return a, nil
113}
114
115var _commandAssetsExampleShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xdd\x4a\xc4\x30\x10\x85\xef\xf3\x14\x87\x79\x00\xe9\xee\xb2\x2b\x0a\x79\x12\x11\x49\x93\xb1\xc6\x9a\x4e\x98\xa4\xfe\xb0\xf4\xdd\xa5\xd2\xd6\x0a\xde\x64\xc2\x97\x2f\x39\x87\xbc\x4a\x0b\xe2\x4f\x97\xf2\x1b\x13\xae\x06\x08\xae\x3a\xcf\x43\x65\x2d\xb0\x78\xa0\xe0\x0f\xf4\x68\x0c\xd0\xa9\x8c\x19\xe4\x9d\x7f\x59\x54\xa0\xba\xd2\x83\x94\x43\x2c\x2b\x02\x82\xc6\x77\x56\x58\x50\x10\xdf\xb3\x92\x59\x0e\xbc\x0c\xcf\xb1\xdb\x3c\x20\x26\xd7\xf1\x2c\xfe\xbc\x70\x7f\xba\x39\x6e\x2e\x90\x45\xeb\x53\x72\x79\xe7\x03\xa1\x85\xc5\xe5\x74\x7b\xb7\xb1\xc9\xac\x73\xd9\x28\x17\x19\xd5\x73\xd9\x5d\xf4\x79\x9c\x87\xc5\xb9\x69\x36\x98\x38\x89\x7e\xc1\xe2\x78\xbe\xfc\xc6\x0e\x5c\x3f\x44\xfb\x3f\xa9\xa9\x8d\x75\xfe\x8d\x43\xb3\x83\x73\x3f\x80\x42\x4b\xc0\x75\xfa\xa7\xcf\xba\x4e\x66\x32\xdf\x01\x00\x00\xff\xff\xd2\x2e\x19\x9c\x68\x01\x00\x00")
116
117func commandAssetsExampleShortNomadBytes() ([]byte, error) {
118	return bindataRead(
119		_commandAssetsExampleShortNomad,
120		"command/assets/example-short.nomad",
121	)
122}
123
124func commandAssetsExampleShortNomad() (*asset, error) {
125	bytes, err := commandAssetsExampleShortNomadBytes()
126	if err != nil {
127		return nil, err
128	}
129
130	info := bindataFileInfo{name: "command/assets/example-short.nomad", size: 360, mode: os.FileMode(420), modTime: time.Unix(1566869876, 0)}
131	a := &asset{bytes: bytes, info: info}
132	return a, nil
133}
134
135var _commandAssetsExampleNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\xb8\x04\x90\x46\x1f\x6b\xd9\xf1\x02\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\xb0\xbb\x6b\xa6\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\x7b\x66\xa4\x95\xb5\xc8\xc9\x0f\xbb\xeb\x21\x59\x2c\x56\xfd\xea\x93\xec\x73\xf8\xa5\x43\x8b\xd0\x08\x0d\x46\xab\x3d\xd4\x08\x02\x9c\xd4\x6b\x85\xf0\xde\xd4\xd0\xe2\x4a\x6a\xe9\xa5\xd1\x30\xa0\x85\x95\x54\xb8\x80\x5f\x3a\xe9\x78\x54\x3a\xd0\xa2\xc7\xf6\xec\x1c\x2a\xfc\x20\xfa\x41\x61\x05\xce\x80\xf4\xb0\x93\x4a\x41\x63\x51\x78\xa2\x48\x93\x77\xd2\x77\xe0\x3b\x84\x77\x7f\x04\xa1\x5b\xf8\xb3\xe8\x71\x5a\xb6\x38\x3b\x63\x66\xa0\x7a\x6f\xea\x0a\x9c\x17\xfa\xa3\xa0\x0d\x68\x85\x37\xc3\x65\x6f\x9c\x87\xc6\xe8\x95\x5c\x8f\x56\x30\x47\x66\xe0\xbf\xa4\xe6\x49\xef\x4d\x7d\x76\x0e\x6e\xc0\x46\xae\x64\xc3\x33\x16\xf0\x5d\xe2\x53\x40\x8b\x8d\x12\xb4\x72\x8b\xf3\x59\x60\x56\xe0\x85\xdb\xd0\x5e\xc2\xc3\x9f\x4d\x2f\xe8\x44\xae\x33\xa3\x6a\xc1\x8e\x7a\x01\xff\x62\x6a\x07\x9d\xd8\xd2\x59\xd6\xca\xd4\x42\xa9\x3d\x8c\x5a\xfe\x36\x22\x4b\xe0\x02\x8c\x46\x30\x16\x7a\xa1\xf7\x4c\x0c\xd6\xd6\x8c\x83\xbb\x80\x5d\x27\x9b\xee\xec\x1c\x84\x45\x62\xb3\x77\xa8\xb6\xe8\xa0\x31\x4a\x61\x43\xdb\x3b\xda\xff\x70\xb9\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x37\x63\x11\xa4\x5e\x19\xdb\x07\x76\x49\x78\x51\x6c\x0e\x4c\x38\x7c\x29\xb5\x0b\x18\x14\x0a\x87\xe0\x10\xcf\xce\x79\xd8\x68\x25\x35\x42\x6b\x9a\xb1\x47\xed\x23\x1d\xff\x96\x37\xa1\xff\x3a\xef\x07\xf7\xf6\xea\x6a\xb7\xdb\x2d\x34\x09\x60\xb0\xe6\x3d\x36\x7e\x21\xcd\x55\x6b\x1a\x77\xf5\xde\xd4\x97\x33\xa9\xd1\x2f\x8b\xce\xf7\xea\xec\xfc\x8c\x64\x3c\x01\xe0\xd3\x19\x40\xd4\xa5\xc5\xb5\x34\xba\x82\x41\x58\xd1\xa3\x47\x9b\x24\x8f\x41\xb1\x61\x9c\x34\xc8\x62\x02\x6f\x00\x3f\x60\x33\x7a\x4c\x2a\x5d\x30\xb1\x77\x2b\x30\xbd\xf4\x1e\xdb\x0b\xf0\x84\x3e\xa9\x3b\xb4\xd2\x07\x2a\x2d\xae\xc4\xa8\x7c\xa2\x46\x0a\x21\x99\x56\x41\x53\x55\x20\x11\x07\x97\xf9\x67\xfa\x75\xe2\xb4\x15\x5e\x34\xa8\x3d\x5a\xf7\x38\xbb\x4a\x3a\x4f\x94\x8b\xc9\x91\xf1\x00\x16\x26\x57\x23\xc1\xd4\xc9\x16\x2d\xb6\xb0\xeb\x50\xc3\xa0\x44\x23\xf5\x3a\xb0\x4e\xea\x8d\x36\xd4\x8f\xce\xd3\xfc\xc1\x9a\xad\x6c\xb1\x25\x4e\x4b\xda\x4b\xf8\xdf\xaa\x6d\x6e\xaa\xbf\x9e\x4d\x8c\xfa\xfd\x80\x25\x87\x8d\xd1\xde\x1a\x15\x0d\x65\x3f\xf0\xd1\xdf\x9b\x3a\x22\x0f\x64\x3f\x88\x26\x0a\xca\x35\x1d\xb6\xa3\x42\xfb\x07\xc7\x04\x5b\x6c\xa4\x63\x0b\x08\x3c\x22\x81\x23\xf2\x36\x37\x35\xe9\xa2\xb5\x09\xc5\xf8\x8b\x22\x77\xe0\x0d\x53\xaa\x1c\xda\xad\x6c\xb0\x5a\x30\x66\x05\xac\x46\xa5\xb2\xbc\x08\x1f\xc4\x9a\xe3\xb5\xbe\x43\x69\xa1\x95\xab\x15\x5a\xd4\x0d\xba\x19\x60\x89\xda\x63\x90\x5d\x64\x9d\x9d\x32\x8c\x92\xcc\xd3\xa8\x4f\x54\x9e\x8b\x7c\x42\xc1\x55\x16\x9e\x0b\xb0\x0f\x44\x58\xe2\xcb\xe9\xfc\x85\xa6\x08\x05\xde\x0a\xa9\x7d\xf6\x67\xec\x4e\x49\x0c\x6d\x2b\xa3\x34\xa7\x59\x0e\x56\xc6\xce\xb1\x42\x7a\x64\x82\x52\xe7\x35\x64\x24\xe4\x26\x2c\x3a\x33\xda\x86\xfd\x46\x6b\xe5\x36\x60\x21\xd1\x8a\x5a\x8c\xfb\xf6\x82\x5d\x3b\xeb\x38\xa0\x54\xf8\xc9\x6f\x5c\x40\xc5\xde\xaa\xba\x20\x5a\x15\x01\xb4\x02\x85\x5b\x54\x17\xac\x30\x37\x0e\x83\xb1\xde\xc1\x56\x58\x29\x6a\x45\x52\xf7\x68\x07\xa3\x9e\xa1\x95\xd3\xee\xea\x58\x36\xcf\x06\xc1\x8b\x34\x78\xe0\xbb\xa6\xed\x4b\x5d\x9e\x17\x02\x8c\x5e\x0c\x40\x78\x6f\x65\x4d\x1e\x69\x09\xd5\xdf\x7d\xa2\xff\x5d\x6c\xd0\x6a\x54\x0b\x72\x34\x0f\x55\x9c\xb7\x15\x6a\x44\xe6\x67\x09\x95\x92\x7a\xfc\x10\x46\x1e\x0a\x44\x8c\x43\x2b\x3c\x66\x34\xcc\x9d\x4b\x18\x04\xda\xdf\xe3\x7a\x9f\xa2\x52\x0c\x24\x0b\xa6\x10\xe6\x30\xc1\x3c\x4f\x3a\x18\x1d\xb6\x04\x8b\xe8\x0b\x08\x3b\x7a\xed\x40\xc9\x0d\x82\x35\x4a\x11\x9e\xc6\x61\x6d\x45\x4b\xc6\xd6\x08\x2d\xac\xa4\x7f\x09\x1d\x5d\x96\x1a\xf1\x6a\x6d\x11\x35\xb4\x38\x28\xb3\x27\x61\xbb\xc5\xcc\xed\x6a\x73\xc4\xa1\x74\x80\xa4\xe8\x06\x5b\x66\x2f\x78\x82\x83\x43\xce\xa0\x97\x60\x47\x0e\xc1\xd8\xe2\x7c\x0b\xf8\x4b\x72\x94\x79\x16\x93\x63\x4f\x26\x3d\x88\x61\x50\x2c\x29\x03\x42\xa9\x28\x14\xce\x29\xa6\xf0\x7f\x44\xa4\x36\x31\xe5\xa0\xfd\xd2\x61\x79\x69\x82\x37\x7b\x45\x66\xd4\x71\x84\xee\xd1\xae\xc9\x6b\xa7\x5c\x85\x27\xff\x81\x9c\xf6\x86\x84\x38\x58\x6c\xb0\x25\xa7\xf5\x12\xd0\xcf\x25\xf3\x37\x05\x7c\xd8\xba\x04\x7b\x54\x26\xc1\x3c\xe3\xb3\x17\x1f\xee\x29\xb2\x28\x85\xea\xf1\x28\xd8\x8b\x0f\xb2\x1f\x7b\xd0\x63\x5f\xa3\x25\x9c\x06\x5a\x31\x18\x10\xb5\x01\x2d\xc9\x82\xdc\x56\xa2\xb7\x80\x77\x3a\x38\xb5\x46\x38\x8c\x61\xbc\x20\x9c\xe1\x95\xf3\x4f\x42\x47\xa4\x27\x3c\x08\xf0\xb2\x67\xb1\x03\x94\x7c\xc2\x12\x6e\xce\x66\x87\x90\xfa\xbe\x43\xa1\x7c\xb7\xbf\xa7\x25\x4f\x1c\x44\x6a\x3e\x08\xcd\xe2\x1f\x84\x52\x26\x08\x2c\x12\x4c\x01\x3a\x62\x2c\x92\x25\x05\x7a\x84\x1a\x57\xac\x76\x4f\x86\xd0\x0b\xbb\x21\xd0\xb9\x3c\x89\x20\x30\xea\x5a\x99\x66\xe3\x22\xb9\xd5\x68\x7d\x87\xb6\xd8\xc7\xc1\xca\x9a\x1e\x6a\x0c\x26\x4a\x02\x68\xe3\x19\x0f\x8e\x41\x6e\xe5\xe6\xda\x55\xb3\xb3\xa6\x09\x2d\x8a\x96\x80\xf3\xf8\x59\xd3\x8c\x22\xd7\x62\x0b\x63\xe9\x66\x76\xf2\x81\x4f\x1c\x67\x45\x44\xf3\xd2\x72\x91\x4c\xe7\x13\xa3\x37\x64\x00\x0d\xe7\xc7\xde\x0a\xed\x38\x64\x05\xef\x34\xea\x48\x6b\x01\xbf\xe4\x21\x0e\x75\xc5\x18\x17\x0e\x49\x5c\x42\xaa\xc8\x7c\x72\x4a\x2c\xd5\xc1\x78\xd4\x5e\xf2\x26\xe4\xde\xa0\x16\xcd\x26\xdb\xb9\x5c\x41\x45\x8c\xdc\x5b\xdc\xa2\xf5\xd5\xc4\x9e\x43\x4f\x7b\x79\x3b\x46\x1c\x1d\x8a\x8f\x64\xfc\xa6\x9f\x8b\x78\xb0\x66\x6d\xd1\xb9\x17\xc9\x58\xe8\xdf\x21\xe2\xe0\xe2\x33\x91\x1a\xd7\x52\xbb\x90\x40\x12\xf5\x95\xb4\xce\x1f\x93\xa3\x9c\xe1\x40\x46\x64\x63\x5c\x79\xb5\x2c\x2e\xe9\x28\x57\x40\xcf\xa4\x48\x26\x20\xf4\x31\xd4\x85\xa3\x73\x71\xba\x76\x40\x6e\xd2\x63\x70\xbf\x73\x33\xe0\x28\xa1\xcd\x31\xc1\x83\x65\x8f\xda\x0f\x0d\x24\x21\xe7\xd3\x5f\x14\xf0\x9c\x9f\x6c\x12\x1b\xc1\x23\x59\xcb\x91\x96\x82\xb9\x1c\xe8\x72\x06\x8b\x53\x5a\x94\xab\x0c\xa3\x58\xfe\xd1\x92\xcb\xb0\x24\x9e\x22\x12\x54\xc2\x79\x3a\x48\x1d\x2b\x65\x53\xc6\x4e\xe6\x6d\xb4\x58\x14\xa0\x13\xdf\x71\x91\x5c\x71\x24\x3b\x65\x86\xae\xd4\x06\x55\x39\x05\xe5\x1d\xd5\xeb\x91\x58\x02\x0e\x13\x28\x0e\x07\x4b\x58\x09\xe5\x70\x76\x78\x0e\xfb\xfb\xc7\xd0\x2b\x3c\x34\x9d\xd0\x6b\xcc\xca\xe2\xa4\x9d\x7e\xdf\x85\x3a\x18\xdd\xa8\x12\xfe\x24\x1d\xd6\x79\x3b\x36\x5c\x4e\x27\xff\x1f\x65\x16\xcb\x7e\x8e\xad\x71\x8b\xb6\x88\x16\x29\xff\x88\xb4\x28\xd6\x9a\x91\x64\x69\x86\x81\xdc\x01\x25\xb7\x83\xc5\xad\x34\xa3\x2b\x85\xb2\x80\x7f\xd7\x4d\xcc\xec\x07\xb4\xc2\x53\xe2\x4b\x07\xe9\x39\xa7\x9e\x04\x99\x36\xe0\x88\x1e\x65\xc4\x80\xda\x73\xa3\x23\x14\x5c\xbd\xf1\x5c\x9e\x91\x99\x26\x37\x0d\xa2\x48\x97\x62\xa6\x45\x04\xa3\x4d\x58\xec\x85\x64\x8f\x35\x53\x15\xc5\x26\xca\x88\xb8\xe6\x9c\x85\xd0\xa0\x98\xf3\x48\xe5\x4f\xc1\xfb\x5f\x90\x1f\xf2\x44\x25\xab\x04\x7f\x1b\x85\x4a\x72\x6f\xcc\xa8\xb3\x19\x4e\x19\x12\xef\xb9\x4b\x42\x7b\x2c\x63\xfb\x4b\xf2\x16\x11\x75\x31\xa4\x5c\xa4\x8a\x8c\xdc\x40\x24\xad\x71\x17\x89\x6d\xd1\xba\x58\xe4\x05\x62\xd1\x71\x8c\x03\xd5\x85\x2c\x2a\x19\x73\x18\xa3\xda\x72\x3a\xeb\x2c\xd9\x60\x38\x0d\x2c\xe1\xfa\x0c\xe0\x21\x67\xbd\xbd\x5c\xdb\x90\x36\x9e\x48\x7a\x53\x7e\x95\x73\x4a\x72\x67\x61\x05\x49\xc8\xac\x56\x60\x56\xa1\x56\xb5\x51\xf6\xda\xb4\x78\x90\x9b\x8a\xdc\x02\x88\x4b\x8d\x9e\x65\xa9\x21\x79\x6c\x3f\x93\xb3\xa5\x34\x2d\x32\xfc\x2a\x79\x5a\xdc\xbb\x4c\xd4\x92\xfc\x52\xa6\xf6\xf3\x4c\x80\x93\x59\x15\xc5\x42\xb4\xe7\x80\xf5\xb8\x3e\xe7\xde\x4e\xf4\x09\xd7\x9c\x51\x85\x42\x31\xd2\x49\xc1\x49\x91\x33\xf6\x9d\xd0\xb1\xff\xe6\xb9\x52\x25\x60\xa6\x78\x13\x41\x99\x00\xf9\xf7\x61\xf4\x72\x96\x9b\xfd\x43\x68\x03\x32\xbd\x95\x07\x3b\x6a\xd6\x60\x3b\x5a\xfa\x2b\xeb\xca\x3d\x9d\xd5\xcd\x0f\xdc\x23\xf9\x29\xe9\xfa\x22\xca\x16\xd6\x18\xcc\x3d\x40\x39\xba\x86\x5c\x9c\x70\x66\x9a\x72\x87\x50\xb0\x05\x1f\x51\x35\x1d\x36\x1b\x57\xe5\xf2\xf7\x9e\x23\x94\xab\xca\x34\xe1\x9e\x27\x51\x5c\x89\xb3\x1f\xe1\xef\xf1\xa4\xf2\xc9\x74\x32\x19\xf6\xf3\x93\xca\xcf\xa4\x93\x29\x85\x8d\xea\x8f\x7a\x2e\x92\xee\x16\x46\xc7\xce\x0c\x94\xa8\x51\x81\x1b\x57\x2b\xf9\x21\x54\x8d\xd5\x9b\xeb\x28\x8e\x9b\xbb\xbe\x7a\x5e\x46\xfa\xf3\xe7\x13\xce\x67\xe5\x41\x29\x1c\x3e\x95\x70\xfe\x8e\x54\xb3\xcb\xf9\xdf\x73\xcf\x7e\xdb\xc7\xa3\x77\xd5\xe3\x79\xe2\x5d\x5f\xcd\xdc\x5c\x6c\xa1\x1c\x75\x7a\xc0\x21\xc7\xa2\x79\x93\x39\x46\x4a\xee\x15\x5e\xf2\xb9\xb0\x05\x4e\x9d\xce\xb3\x91\x86\x4e\x34\x34\x4a\x72\x57\xee\xbb\xd4\x59\x8e\x45\xaf\x88\x26\x98\x4c\x2c\x96\xbd\xd1\x8b\x45\x2b\x3f\x4f\xcb\x5f\x50\xae\xce\x0e\xf4\x37\xf5\x82\xa1\x25\x50\xf8\xc0\x70\xd2\xaa\x11\x4d\x17\x1b\xcc\x45\x97\x6d\xd4\x8f\x64\x73\x07\xfe\x71\x16\x4e\x67\x7a\xc8\xb6\x97\x5d\xd4\xa8\x5b\xb4\xa1\x46\x8d\xfd\x09\xb6\x9e\xd0\xe4\x49\xc8\xd5\x46\x5f\x6a\x5c\x87\x2b\x85\xb2\x2b\x9a\xdc\xab\x81\x9b\x18\x1a\xd9\x39\x1e\x56\xaa\x16\x9d\x17\x76\xea\x0e\xa6\x96\x2b\xc3\x26\x45\xc6\x1a\x3b\xb1\x95\xc6\xb2\x5a\x88\xfd\x9c\x5a\xbe\x5b\xa5\x54\x94\x9c\xeb\xa8\x33\xb6\xcb\x80\x18\xf7\x80\xc1\x28\xd9\x4c\xcd\xa2\x5a\xb8\x09\x2b\xa9\x3d\x7b\x90\xae\x3c\x1b\x28\x07\xe7\x38\x80\xca\x33\xc0\x32\x6d\xfa\x42\xc0\x44\x0e\x12\x64\x12\xbd\x74\xf8\x00\x98\x24\xf7\x09\x12\xc2\x7b\xec\x07\xee\x62\x93\xe6\xb3\x30\x8a\xb6\xd2\xe4\x30\xb8\xe7\xb9\x15\x6a\x11\x89\xe5\xc5\x4b\xb8\x8d\x3f\xa5\x29\x5c\x47\xe6\xe2\x63\xba\x63\x40\x25\x1e\x4d\xc0\x91\xc2\xa2\x48\x0d\xde\x9d\x90\x3e\xc5\x82\x78\x8a\xe4\xd2\xd9\x37\x06\x28\x04\x17\x29\x3d\x74\x07\xe5\x10\x00\xef\xc5\x1e\xfa\xce\x1d\xf2\xd1\x9b\xf6\xf4\x15\xc2\x8e\x4c\xa2\x13\xc3\x80\xa9\xf0\x8c\x1b\x11\xfd\xc8\x06\xb6\x99\x58\x95\x44\x50\x71\xb4\x9b\xb5\xe3\xb2\xb4\xf2\xb1\x69\xd7\xc0\x56\xb4\x4c\xfc\xe0\x33\xa9\xa4\xa9\x51\xfb\x58\xf3\xd3\x70\x49\x85\x8e\x97\x88\x18\x74\xa0\xcd\x04\xee\x64\xda\x99\x1c\xf7\x00\x32\x73\xc4\x7d\x4d\xa9\x72\xc7\x17\x93\xc7\x3c\xc6\x75\x4c\x7c\x19\xb7\xe2\xdf\x1e\x66\xf6\x8a\x43\x87\x3d\x5a\xa1\xee\x5b\xe9\x36\xd3\x25\xa5\x0e\x95\x90\x8b\x0e\x9b\xe2\x8f\x97\x4a\x7e\x24\xa7\x00\x79\x11\xd0\xa2\x5c\x3f\x39\x8f\xa2\x65\x0c\x42\x27\x6c\xcb\x83\x60\xf1\xb7\x51\xda\x78\x0b\xf3\x03\x3b\x6e\x17\x03\x95\x2f\xba\xf9\x33\xa7\x45\x72\x08\x38\xda\x1f\x11\x71\x29\xd3\x48\x77\x05\x99\x44\xe1\x0f\x17\xf0\x5d\xee\xb8\x84\x08\x25\x75\xe1\xf9\x42\x7c\x71\x5d\xbc\xbf\x0c\x91\x69\x7e\xa8\x97\xfa\x8d\xd3\xf2\x4c\xee\x23\x37\x6d\x3e\x7b\x99\xf3\xc5\xee\x63\xce\xc8\xa1\x17\x99\x8f\x16\xce\x84\x8b\x2d\xe7\x65\xb3\x61\xc7\xea\xed\x88\xe9\x82\xab\x2c\xdc\xca\x32\x6c\x76\x0b\x97\x09\xb1\x88\x07\x8b\x2b\x8a\x39\x26\x44\xf2\xe2\x4e\xa0\x2d\x73\x9f\x22\xbe\x73\x29\x14\xfb\xda\x05\xa1\x54\x30\xb0\x4f\x11\x5e\x4c\x99\xdf\xe8\x70\x35\xaa\x90\xc2\x17\xb9\x88\x27\x6d\xd1\xcc\x4c\xa7\xcc\x51\x06\x2a\xf7\x9c\x07\xd1\x58\xe3\xca\x82\x3c\x95\xfd\x8b\xbc\x2c\xca\x62\xc9\xa2\x48\xbf\xe6\xd1\x9f\x63\xd9\x9b\xf9\x0b\xad\xb8\xd8\x59\xc8\x58\x2d\x36\x68\xa5\xc5\xc6\x1b\xcb\x97\x21\xe2\x70\x9b\x93\x13\xbd\x29\x6b\x9e\x89\xb5\xb4\xe9\x23\xbc\xb1\x7d\x3b\xf9\xf1\x89\xee\x1e\x8d\x12\x8f\x3f\x7d\x4f\xdc\xb0\x41\xb4\xa7\xac\x3b\x64\x12\x7e\x47\x0e\xa7\xb0\xa7\x58\x31\x25\x8e\x98\xda\x12\xde\x5c\x5f\x9f\x70\x34\x62\xc5\xaf\x2e\xf6\xd9\xc5\xa0\x16\x35\x5b\x4e\xec\x7b\xb8\x70\x53\x3e\x70\xcf\x2c\xdf\xdc\x46\x08\xf1\x9d\x6a\x4a\x69\x52\x9c\x0f\x50\x49\x77\x59\x8e\x1f\x1b\xa0\x17\x8c\x8f\x17\x9a\xef\x21\x97\xaf\x60\xb8\x89\x85\x43\x93\xa5\xea\x21\x8c\xe4\x64\x71\xba\xc7\x3b\x48\x10\xe3\x6b\x01\x71\x20\xa2\x52\x42\x47\x24\xf8\x2a\x90\xe6\x2f\xa6\xeb\xfa\x87\xea\x2c\x29\x31\xa4\x89\x87\xcd\x61\x27\x2d\x57\xe1\x89\x08\xcf\x9a\xae\x45\xa2\x7c\xe3\xfb\x93\x63\xc7\x30\xa9\x59\xa6\xfb\x24\x77\xb9\x43\xe7\x6f\xaa\xe2\xd1\xc0\x62\xc6\x02\x31\x9a\x67\x65\xf6\x76\x28\xd7\x5d\xee\x0f\xa4\xcb\x43\xa9\x5b\x12\x2b\xd9\xa3\x0a\x29\xed\x04\xa7\xb4\xb0\xec\x2e\x51\x54\xed\x43\x03\x97\x5f\x0f\x61\x96\xf9\x02\xde\xf9\xf2\x85\x00\xdc\x5d\x53\x44\xe6\x48\x85\x7e\x31\xe7\x62\x09\x37\xd1\x06\xce\xd9\x0c\x4a\x3b\x70\x83\x45\xd1\x66\x2b\x08\x1d\xb0\xb9\x11\x48\xdd\x58\x4e\x36\xb9\x45\x1e\x52\x63\xf0\x46\xa1\x15\xba\xc1\xd0\x3c\x8a\x19\xa8\xb4\xa1\x11\x94\x4a\xe5\x7a\x9f\x02\x67\xa8\x04\x0f\xf4\xcf\x3e\xb0\x28\xad\x13\xac\x73\xe5\x16\xb8\x03\xb3\xcd\x52\xff\xdd\x26\x34\x3f\xe0\x2b\x18\x50\x60\xe0\xd8\x7c\xe2\xd9\x5e\xc3\x78\xbc\xb0\x6b\xf4\xee\x10\x9e\xa1\xa0\xce\x66\x34\xa0\xa5\x95\x62\x1d\x4a\xeb\x63\x3d\x51\x90\x43\xd1\x74\x91\xde\x09\xcb\x3b\x90\x5f\x98\xc7\xf6\x82\x82\xad\xea\x53\x21\xdb\xb8\x1f\x2c\xe1\xeb\x8c\x56\xae\xfe\x8f\x16\x47\x93\x3c\xbd\xf8\xab\x13\x8b\xe7\xbe\x3f\xbc\xbe\x48\x15\x21\x77\xd2\x1d\xe5\x91\x64\x9e\x5b\xd9\x8e\x42\xc1\xa8\x25\x77\x71\x77\xc6\x6e\x2e\xc0\x8d\x4d\x07\x82\x4a\xc6\x3f\x9a\x66\x13\xb3\x0a\x7e\xca\xe0\x85\xd4\x68\x2f\x60\x87\x75\x89\x7c\x7e\xe5\x51\x0b\xdf\x74\x30\x58\xd3\xa0\xa3\x04\xf3\xa5\x08\x2e\xd9\x7d\x85\xc2\x8f\x13\xd8\x03\xf4\x72\xea\x55\x59\x6c\xa5\xab\x0e\x4a\xbf\x2a\x3c\x94\x79\x3c\xc8\xf3\xda\xf8\x9a\xe6\xa0\x51\x13\x81\x38\x95\x2c\xb1\x60\x64\x16\x52\xd5\x15\x56\x2e\xa1\x6a\x59\x17\x87\x95\x57\xa8\xf0\x1f\x79\x00\x32\x3d\xe2\x99\x1e\x5e\xe5\x57\x5c\x0e\x06\xe1\x5c\x51\x7c\x85\x94\x47\xed\xd3\xb5\x41\x62\xda\xc0\xbc\x26\x4a\xb7\x8a\x5e\x48\xc5\xa6\x32\xa3\xef\xa6\x92\xd2\x4e\xcf\x22\x39\xbb\x20\xdb\x09\x44\x2f\xc0\x99\xf2\x6d\x55\x9e\x16\x86\x27\x96\x66\x1a\x5e\x9d\xc0\x50\x92\x53\xe0\x21\x2b\x07\x40\xf6\x62\xcd\x9e\x81\xd5\xf6\xf6\xcd\xe2\x36\x8b\x0e\x60\x30\xd6\xdf\xf7\x62\x28\xe6\x03\xb4\x35\xd9\xe2\x9b\x6f\xbe\xcd\xbf\x3d\x9c\xa5\xbf\xe7\x42\xa7\xda\x79\x25\x1a\xff\x54\xc1\xd6\x9a\x9d\x56\x46\xb4\x7c\x35\x1a\xe7\x87\x5e\xaa\x28\x6a\xd4\xde\x90\x07\x0c\xaf\xae\x06\x2b\xcd\x24\xee\x50\xa2\x61\xf9\xb8\x2f\x3e\xea\x23\xc3\x6c\x8c\xde\xa2\xa6\x72\x6e\xca\x47\x73\x1b\x9b\xe4\x94\xb6\x27\x32\xf3\x87\x77\x2b\xa9\x42\xb6\x46\xbe\x12\x34\x62\x1b\xdc\x61\x44\xdf\x94\xb1\xf3\xc6\xef\xb8\x6d\x3c\x18\xe7\x64\xad\x38\xc3\x4e\xa5\xa1\x3f\x29\x89\x7e\x54\x5e\x52\xd2\x11\xea\xf7\x02\xdd\x59\x20\x79\x4a\x5a\x3c\xe5\xfb\x79\xf2\xef\xc8\x19\x0f\x38\x38\x72\x19\xcf\x72\x1a\xe5\xde\x2f\x74\x1c\x89\x91\xc9\x79\x94\x44\x33\x04\x3e\x15\xfb\x44\xc5\x2f\xa1\xa2\xfd\xde\x5e\x5d\xad\x8c\x59\x34\xa6\x9f\x68\x79\x61\x17\xeb\x8f\x55\xb1\x26\x3c\x9a\x74\x33\x3a\x00\xe1\x02\x61\xec\x89\x56\xdf\xde\xbd\x6d\xbe\x12\xe2\x1f\xef\xde\x88\xf6\xf6\xf6\xe6\xee\xab\xdb\xaf\xb1\xfe\xa6\xfd\xe6\x5a\xdc\xde\x7c\x7b\x7b\x8b\xdf\x7c\xfb\x55\x49\xf1\x21\xff\x3b\x25\x4b\x19\xe8\xca\xac\xdd\x09\x90\x93\x38\xcb\x56\x32\x29\xa3\x33\xbb\xf0\xd8\x58\x99\x75\xc4\x58\x59\x47\x96\xcf\x7c\xb8\x52\xe1\x7e\x81\x71\x48\xf3\x5d\x5c\x40\x28\x24\xb7\xa2\x17\xf0\x6f\x66\xbd\x26\xec\xf2\x8b\x30\x2a\x55\x5a\xa8\xf7\x13\x96\x42\x2a\x78\x01\xf5\x18\x5f\x1d\xce\x38\x8d\x69\x1d\xd9\x01\x85\x78\x7b\xb9\xb6\x14\xb8\xda\xfc\x9c\xcd\x94\x4e\x86\xdf\xe1\x9a\x35\x58\xe3\x27\x9c\x51\x09\x4b\x0e\x64\x66\x3b\x5f\x82\xd3\x92\xc1\x57\xc3\x28\x31\x71\x1a\x9f\xac\x85\x12\x53\xbd\xf8\x70\x1f\xb4\x02\xfc\x02\xf1\xe6\xfa\xc4\xe0\x7d\x2c\x3a\x6f\xee\x4a\x0c\xcd\x20\x94\x1b\x45\xc5\x45\x86\x6b\xac\xac\xf3\x83\xed\xa2\xb9\x14\x9b\x83\xe4\x94\x66\xbe\x23\x3e\xe1\x5e\xc0\x7f\xa6\x27\xaa\x07\x3d\xa9\x46\x8d\x2d\x42\x8f\xbd\xb1\xfb\x0b\xd0\xe8\x43\x26\xd3\x0c\x63\x78\x70\x4a\x3a\x5a\x14\x8c\x31\xac\x1c\x37\xc6\x73\x90\xe6\xd2\x28\x3d\x16\x27\xb9\x43\x2f\x9a\x8e\xf4\x11\x2e\x3f\x43\xfa\x43\x0b\xcd\xb8\xee\xca\x46\x63\x60\xa9\x11\x83\x68\xa8\x58\xf9\x02\x94\x1c\x49\xeb\xd5\xa0\x92\x39\x39\x85\x97\xa9\xfb\x37\x05\xd0\x66\x18\x03\x52\xee\xae\xaf\xe1\x9c\xff\xfc\xe9\xc7\x8f\x79\x38\xe8\x06\x96\x70\x7b\xf7\x35\x9c\xd3\x9f\x3f\x7d\x3f\x05\xe4\xa8\xb1\x59\x3c\xee\x6b\xc9\xbd\xf0\x8c\x3c\x88\x91\x1b\xa0\x6a\xeb\x0a\xe0\xd3\xc3\x89\x48\x3d\x03\x5f\x7a\x43\xfd\x44\x9c\xb6\xb8\x96\xce\xa7\xab\x99\xd0\x04\x8f\x97\x6c\xb4\x34\xd3\x4b\xdd\xfb\xf0\x33\xb4\xd2\x35\xe4\x45\xf6\x80\x7a\xcd\xcf\x8b\x72\x5a\xd5\x8c\xd6\xa2\xa6\x44\xea\x07\xa3\xdd\xa8\x62\xf4\xce\xcf\xd0\x38\x58\x8b\x0d\xce\xe8\x89\xb6\xb5\xe8\x1c\xbf\xe3\x09\x4d\xf8\xc0\x21\xd5\xc4\xf1\x1e\x4e\xfa\x80\xca\xce\x38\x3f\xf3\xad\x24\x93\x2f\x01\xdd\x81\x94\x5e\x0d\x72\x91\x8f\x53\x80\x4b\x62\x9a\xf0\xc1\x85\x62\x4a\xef\x2e\xc3\x3d\x5e\x1e\xf4\x62\x1d\xbe\x75\x88\x5f\x66\x5c\xa4\x9b\xbe\xbf\xce\x52\x40\x4e\xab\xeb\x22\x2f\x0c\x17\xf2\x25\x08\x79\x9b\x80\xeb\x4a\x28\xb9\x2d\x36\x89\x4f\xf5\xe3\xa0\x6f\x86\x72\xa8\xbc\xb8\xe1\x2b\xed\x62\x95\xec\xd1\x8c\x9e\x57\xdd\x16\x23\x8f\x65\x9b\x1e\xfb\x41\x95\x0f\xa0\x4f\xa0\xb8\x17\x9a\xa2\x95\x80\x34\x39\x57\x71\x53\x06\x72\x22\x0f\xa4\x34\x90\x9c\xf1\x90\xbe\xd1\x48\xcb\xc3\xf7\x5b\xf1\xfb\x0c\xb5\x87\x61\x54\x6a\xde\xd0\xe5\x54\x36\x00\x9c\xa8\xfc\x37\xdf\x0d\x7a\x03\x83\x19\x46\xa6\x60\x47\xcd\x77\xfa\xf3\x5d\xa7\xf6\xe0\xcb\xb0\x7a\x28\x8c\x57\x03\x6b\x62\xe4\x74\x38\xcd\x72\x2c\x43\x2a\x27\xdc\xf9\xbf\x25\x54\x97\x97\x97\xbf\xea\x0d\xee\xdf\xc2\xa7\x4f\xb0\xc1\x3d\xfc\x9a\x6c\xf1\xaa\xdf\x5f\x6e\x70\xff\x6b\x05\x0f\x0f\x65\xae\xd6\xa2\xf3\x52\x87\xc3\x84\xef\x02\x4c\x23\xd4\x15\x7f\x45\xb7\xef\x55\x39\x35\x3c\xbe\xbb\xe7\x2b\x28\x9e\xea\xe4\x5a\x8b\x53\x53\xc2\x00\x4d\xf9\xf9\xdd\x3f\xff\xf8\x5f\xff\x51\x3d\x1a\xcc\x8f\xa0\xd8\xf0\xc3\x4f\x67\xca\xbe\x4a\x7c\xac\x87\x7a\x2b\xad\xd1\xdc\x5f\x4c\x9f\x79\x4c\x68\x3c\xb8\x31\x48\x57\x15\x9c\x11\x86\xef\x0e\xa8\x9c\xe3\x04\x24\xd4\x9b\x53\x88\xae\xf1\xc4\xcd\x21\x37\x12\x59\xc0\x04\x55\x6c\x4f\xe3\x33\x3e\x48\x3c\x06\xe0\x67\xf5\xb5\x84\xea\x5f\xff\xe9\x7f\x96\x2f\xd1\xd3\x5c\x4b\xa8\xb7\xe5\x44\xd4\xdb\x02\x11\xe5\x4d\xc2\x91\xf0\xb7\x74\x84\xe7\x64\xe3\xde\x80\x68\x38\x3d\x22\x87\x60\x36\xa8\x59\x1a\x85\x27\xf8\x51\xb8\x4e\xfe\x60\xec\x10\xe5\x42\xa7\x41\x1b\x04\x1d\x48\x85\x5f\xa6\x0f\xca\xf2\x4b\x82\x76\x16\x7a\xc4\xe8\x3b\x63\xe5\xc7\xf4\xb5\x48\xdf\x8f\x3a\xf4\x7c\xf9\x83\x07\xa6\xbe\x80\xef\xf7\x53\xc6\x1e\xc8\xb3\x22\xa5\x26\x1b\x9b\x1d\x32\x70\x2b\x75\xf1\x62\x74\x2b\x05\xdf\x7a\x9e\x80\x53\x48\xed\x52\x28\xe5\xb5\x13\x67\x5b\x21\x95\x88\x35\xeb\x49\xd7\x51\x1e\x37\x4a\xae\x13\xba\x55\x39\x31\xd5\xb8\x13\x53\xc8\xa6\xbd\x2c\x6e\x4d\xf1\x89\x67\x87\xd9\xef\x6d\xf0\x8b\xaa\x83\x99\x6e\x5f\xcd\xa7\x31\x17\xa7\x1d\x1a\x0f\xcd\xac\x83\xdf\x7f\xc8\x58\x1f\x70\xb0\x6d\x5a\x4d\x91\x76\x65\x8d\xf6\xa8\xdb\x1c\x6c\xff\x1f\xbc\xd1\x0f\xb3\x6f\x14\x63\x40\x4d\x77\x64\x81\x82\x0a\x3d\x78\xf6\x1b\xe9\xf3\xe1\x1a\x61\x23\xc9\x3d\xcc\xb4\x4a\x3f\xcd\xdb\x2d\xef\xf2\xdd\x42\xf1\xf0\x25\xbe\x74\x99\xca\x08\x5a\x77\x9f\x36\xa7\x60\x9e\xe2\xfc\x03\xbf\xe3\x7a\x38\xfb\xbf\x00\x00\x00\xff\xff\xf0\xe5\x33\xa7\x0d\x3d\x00\x00")
136
137func commandAssetsExampleNomadBytes() ([]byte, error) {
138	return bindataRead(
139		_commandAssetsExampleNomad,
140		"command/assets/example.nomad",
141	)
142}
143
144func commandAssetsExampleNomad() (*asset, error) {
145	bytes, err := commandAssetsExampleNomadBytes()
146	if err != nil {
147		return nil, err
148	}
149
150	info := bindataFileInfo{name: "command/assets/example.nomad", size: 15629, mode: os.FileMode(420), modTime: time.Unix(1566490218, 0)}
151	a := &asset{bytes: bytes, info: info}
152	return a, nil
153}
154
155// Asset loads and returns the asset for the given name.
156// It returns an error if the asset could not be found or
157// could not be loaded.
158func Asset(name string) ([]byte, error) {
159	cannonicalName := strings.Replace(name, "\\", "/", -1)
160	if f, ok := _bindata[cannonicalName]; ok {
161		a, err := f()
162		if err != nil {
163			return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
164		}
165		return a.bytes, nil
166	}
167	return nil, fmt.Errorf("Asset %s not found", name)
168}
169
170// MustAsset is like Asset but panics when Asset would return an error.
171// It simplifies safe initialization of global variables.
172func MustAsset(name string) []byte {
173	a, err := Asset(name)
174	if err != nil {
175		panic("asset: Asset(" + name + "): " + err.Error())
176	}
177
178	return a
179}
180
181// AssetInfo loads and returns the asset info for the given name.
182// It returns an error if the asset could not be found or
183// could not be loaded.
184func AssetInfo(name string) (os.FileInfo, error) {
185	cannonicalName := strings.Replace(name, "\\", "/", -1)
186	if f, ok := _bindata[cannonicalName]; ok {
187		a, err := f()
188		if err != nil {
189			return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
190		}
191		return a.info, nil
192	}
193	return nil, fmt.Errorf("AssetInfo %s not found", name)
194}
195
196// AssetNames returns the names of the assets.
197func AssetNames() []string {
198	names := make([]string, 0, len(_bindata))
199	for name := range _bindata {
200		names = append(names, name)
201	}
202	return names
203}
204
205// _bindata is a table, holding each asset generator, mapped to its name.
206var _bindata = map[string]func() (*asset, error){
207	"command/assets/connect-short.nomad": commandAssetsConnectShortNomad,
208	"command/assets/connect.nomad": commandAssetsConnectNomad,
209	"command/assets/example-short.nomad": commandAssetsExampleShortNomad,
210	"command/assets/example.nomad": commandAssetsExampleNomad,
211}
212
213// AssetDir returns the file names below a certain
214// directory embedded in the file by go-bindata.
215// For example if you run go-bindata on data/... and data contains the
216// following hierarchy:
217//     data/
218//       foo.txt
219//       img/
220//         a.png
221//         b.png
222// then AssetDir("data") would return []string{"foo.txt", "img"}
223// AssetDir("data/img") would return []string{"a.png", "b.png"}
224// AssetDir("foo.txt") and AssetDir("notexist") would return an error
225// AssetDir("") will return []string{"data"}.
226func AssetDir(name string) ([]string, error) {
227	node := _bintree
228	if len(name) != 0 {
229		cannonicalName := strings.Replace(name, "\\", "/", -1)
230		pathList := strings.Split(cannonicalName, "/")
231		for _, p := range pathList {
232			node = node.Children[p]
233			if node == nil {
234				return nil, fmt.Errorf("Asset %s not found", name)
235			}
236		}
237	}
238	if node.Func != nil {
239		return nil, fmt.Errorf("Asset %s not found", name)
240	}
241	rv := make([]string, 0, len(node.Children))
242	for childName := range node.Children {
243		rv = append(rv, childName)
244	}
245	return rv, nil
246}
247
248type bintree struct {
249	Func     func() (*asset, error)
250	Children map[string]*bintree
251}
252var _bintree = &bintree{nil, map[string]*bintree{
253	"command": &bintree{nil, map[string]*bintree{
254		"assets": &bintree{nil, map[string]*bintree{
255			"connect-short.nomad": &bintree{commandAssetsConnectShortNomad, map[string]*bintree{}},
256			"connect.nomad": &bintree{commandAssetsConnectNomad, map[string]*bintree{}},
257			"example-short.nomad": &bintree{commandAssetsExampleShortNomad, map[string]*bintree{}},
258			"example.nomad": &bintree{commandAssetsExampleNomad, map[string]*bintree{}},
259		}},
260	}},
261}}
262
263// RestoreAsset restores an asset under the given directory
264func RestoreAsset(dir, name string) error {
265	data, err := Asset(name)
266	if err != nil {
267		return err
268	}
269	info, err := AssetInfo(name)
270	if err != nil {
271		return err
272	}
273	err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
274	if err != nil {
275		return err
276	}
277	err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
278	if err != nil {
279		return err
280	}
281	err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
282	if err != nil {
283		return err
284	}
285	return nil
286}
287
288// RestoreAssets restores an asset under the given directory recursively
289func RestoreAssets(dir, name string) error {
290	children, err := AssetDir(name)
291	// File
292	if err != nil {
293		return RestoreAsset(dir, name)
294	}
295	// Dir
296	for _, child := range children {
297		err = RestoreAssets(dir, filepath.Join(name, child))
298		if err != nil {
299			return err
300		}
301	}
302	return nil
303}
304
305func _filePath(dir, name string) string {
306	cannonicalName := strings.Replace(name, "\\", "/", -1)
307	return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
308}
309
310
311func assetFS() *assetfs.AssetFS {
312	assetInfo := func(path string) (os.FileInfo, error) {
313		return os.Stat(path)
314	}
315	for k := range _bintree.Children {
316		return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k}
317	}
318	panic("unreachable")
319}
320