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\x4e\xdc\x30\x10\xbd\xe7\x2b\x46\x56\xaf\xd5\x06\x7a\x01\xa4\x1c\x56\xec\xaa\x42\x2a\x4b\x15\xd8\x5e\xaa\xca\x9a\xd8\xd3\xc4\x5d\x62\x5b\xf6\x6c\x68\x85\xf2\xef\x55\xdc\x34\x64\xa1\x20\xca\x5e\xbc\x79\x33\xf6\x7b\xf3\xe6\xfd\x70\x15\x08\xe5\xf6\x96\x35\xc6\x46\xc0\x7d\x06\xa0\x91\x51\x91\x65\x0a\x11\x0a\xf8\x2a\xb4\x3a\x12\xdf\xb2\x0c\xa0\x0e\x6e\xef\x41\xa0\x37\x7f\x1a\x01\x2c\xf1\x9d\x0b\xbb\xf1\x0b\xa0\x75\x9a\xa0\x00\x51\x05\xa3\x6b\x12\x09\xed\xb3\x74\x44\x0a\x9d\x51\x34\xb5\x5a\x6c\x53\x6b\x22\x7f\x3f\xbc\x39\x16\xbc\x0b\x3c\x14\x4e\xf3\xfc\x48\x64\x23\xa8\x9c\xb5\xa4\x78\xba\x0d\x10\x8d\x26\x85\x41\x4e\xef\xf6\x63\xa9\x9f\xb3\x32\xc6\x1d\x88\x3b\xaa\xc4\x74\x55\x07\xd3\x51\x18\x18\xb4\x53\x3b\x0a\x73\x8e\xef\xa6\x9e\x51\x98\x16\xeb\xa4\xb1\xc1\xd8\x18\xe5\x82\xb7\xae\x45\xbd\x48\x92\x29\x0c\xa2\xcf\xba\x0f\xe2\x11\xef\xc8\x3d\x9a\x35\xd8\x5a\x39\x0c\xfa\xb5\x96\xcd\x5d\x10\x0d\xb3\x17\xf3\xa1\x19\xd9\x28\x28\xe0\x34\xcf\x8f\x27\x94\x5d\x3a\x0e\xd0\xfe\xf5\xde\x3f\x48\x7c\xba\x81\xe3\xff\xd9\xc0\x54\x01\xf0\xc1\xfd\xfc\x75\x80\x00\xec\x7d\xe4\x40\xd8\xc6\x47\x38\x80\xa6\xc8\xc6\x22\x1b\x67\xe5\xb3\xb9\xf8\xfb\xbb\x75\x0a\x6f\x65\x65\xac\x96\x49\x28\x14\x70\x92\x9f\xe4\x07\x5d\x7d\xf6\xaf\xff\x2f\x24\xe4\xc9\x9a\x5e\xc8\x09\xd9\x6e\x36\xc1\xf9\xd5\x76\x73\x73\xb1\xf9\x28\xaf\xd7\xe5\x97\x8b\xf3\xb5\xdc\x96\x9f\x52\x66\x98\xfd\xd9\x62\xf1\xee\x7e\x73\x75\xb9\x5c\xc9\xed\xe7\xeb\x9b\x72\xbd\xbc\x94\xcb\xd5\xaa\x94\x69\x38\x89\xde\xf4\x0f\xe9\x79\x6b\x0a\x27\xe9\xcf\x64\xb1\xcf\x7e\x07\x00\x00\xff\xff\x84\x61\x89\x9b\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(436), modTime: time.Unix(1612560436, 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\x90\x95\xd8\xc2\x7f\x0f\x50\x2c\xe7\x4e\x77\xb1\x72\x90\xe4\xcb\x8b\xc0\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\x28\x01\x24\x79\x48\x16\x8b\xf5\xf8\xab\x22\xfb\x14\xde\x6e\xd0\x21\xd4\xca\x80\x35\xed\x3d\x2c\x11\x14\x78\x6d\xd6\x2d\xc2\x7b\xbb\x84\x06\x57\xda\xe8\xa0\xad\x81\x1e\x1d\xac\x74\x8b\x0b\x78\xbb\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\x7c\x01\xca\x34\xf0\x4a\x75\x58\x2e\x5c\x9c\x9c\x30\x43\x50\xbd\xb7\xcb\x0a\x7c\x50\xe6\x67\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\xdb\xe5\xc9\x29\xf8\x1e\x6b\xbd\xd2\x35\xcf\x58\xc0\xf3\xc4\xab\x82\x06\xeb\x56\xd1\xca\x2d\x4e\x67\x81\x5d\x41\x50\xfe\x8e\xf6\x52\x01\x5e\xd9\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\xd3\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\xfc\xa0\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\x8c\x37\xa1\xff\x6d\x42\xe8\xfd\xb3\x8b\x8b\xdd\x6e\xb7\x30\x24\x80\xde\xd9\xf7\x58\x87\x85\xb6\x17\x8d\xad\xfd\xc5\x7b\xbb\x3c\x9f\x48\x8d\x7e\x59\x6c\x42\xd7\x9e\x9c\x9e\x90\x8c\x4b\x23\xf8\xe5\x04\x40\xb4\xe9\x70\xad\xad\xa9\xa0\x57\x4e\x75\x18\xd0\x25\xd9\x63\x54\x6d\x1c\x27\x1d\xb2\xa0\x20\x58\xc0\x0f\x58\x0f\x01\x93\x52\x17\xf0\x72\xc5\xf4\x6c\xa7\x43\xc0\xe6\x0c\x02\xd9\xa0\x36\x1b\x74\x3a\x44\x2a\x0d\xae\xd4\xd0\x86\x44\x8d\x54\x42\x52\xad\xa2\xae\xaa\x05\xaf\x97\xc1\x9b\xfc\x33\xfd\x3a\x72\xda\xa8\xa0\x6a\x34\x01\x9d\x3f\xce\x6e\xab\x7d\x20\xca\xc5\x64\x61\x3c\x9a\x0b\x93\x5b\x22\x19\xaa\xd7\x0d\x3a\x6c\x60\xb7\x41\x03\x7d\xab\x6a\x6d\xd6\x91\x75\x52\xb0\x78\x52\x37\xf8\x40\xf3\x7b\x67\xb7\xba\xc1\x86\x38\x2d\x69\xdf\xc0\x3f\xab\xa6\xbe\xaa\x7e\x3c\x19\x19\x0d\xf7\x3d\x96\x1c\xd6\xd6\x04\x67\x5b\x71\x95\xfb\x9e\x8f\xfe\xde\x2e\xc5\xf6\x40\x77\xbd\xaa\x45\x50\xbe\xde\x60\x33\xb4\xe8\x7e\xef\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\x63\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\x42\x2b\x87\x03\xd6\xbe\x6c\x3e\xda\x08\x3e\x4b\x83\xb3\xe8\x35\x6e\x5f\xea\xf2\xb4\x10\xa0\x44\x31\x00\x15\x82\xd3\x4b\x8a\x48\x37\x50\xfd\xee\x17\xfa\xcf\xc5\x1d\x3a\x83\xed\x82\x02\xcd\x43\x25\xf3\xb6\xaa\x1d\x90\xf9\xb9\x81\xaa\xd5\x66\xf8\x10\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\x7f\xa4\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\xef\x29\x68\xdf\x91\x10\x7b\x87\x35\x36\x14\xb4\x3e\xc7\xe8\xa7\x92\xf9\x97\x1a\x7c\xdc\xba\x34\x76\x51\x26\x99\x79\xb6\xcf\x4e\x7d\xb8\xa5\xcc\xd2\xb6\xd8\x1e\xcf\x82\x9d\xfa\xa0\xbb\xa1\x03\x33\x74\x4b\x74\x64\xa7\x91\x96\x24\x03\xa2\xd6\xa3\x23\x59\x50\xd8\x4a\xf4\x16\xf0\xd2\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\x36\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\x4f\xba\xa9\x88\x7b\x67\xd7\x0e\xbd\xff\x2c\x19\x2b\xf3\x09\x22\x8e\x21\x3e\x13\x59\xe2\x5a\x1b\x1f\x01\x24\x51\x5f\x69\xe7\xc3\x3e\x39\xc2\x0c\x33\x19\x91\x8f\x71\xf5\xd5\xb0\xb8\xb4\x27\xac\x80\x81\x49\x91\x4c\x40\x99\x7d\x53\x57\x9e\xce\xc5\x70\x6d\x46\x6e\xd4\x63\x0c\xbf\x53\x37\xe0\x2c\x61\xec\x3e\xc1\xd9\xb2\xa3\xfe\x43\x03\x49\xc8\xf9\xf4\x67\x85\x79\x4e\x4f\x36\x8a\x8d\xcc\x23\x79\xcb\x9e\x96\xa2\xbb\xcc\x74\x39\x31\x8b\x43\x5a\xd4\xab\x6c\x46\x52\x00\xd2\x92\xf3\xb8\x44\x4e\x21\x04\x5b\xe5\x03\x1d\x64\x29\xf5\xb2\x2d\x73\x27\xf3\x36\x38\x2c\x4a\xd0\x91\x6f\x59\xa4\x57\x9c\xc9\x0e\xb9\xa1\x2f\xb5\x41\x55\x4e\x41\x79\x47\x55\xbb\x10\x4b\x86\xc3\x04\x8a\xc3\xc1\x0d\xac\x54\xeb\x71\x72\x78\x4e\xfb\xf7\xc7\xac\x57\x05\xa8\x37\xca\xac\x31\x2b\x8b\x41\x3b\xfd\xbe\x8b\x95\x30\xfa\xa1\x4d\xf6\xa7\xe9\xb0\x3e\xb8\xa1\xe6\x82\x3a\xc5\x7f\x91\x99\x94\xfe\x9c\x5b\x65\x8b\xa6\xc8\x16\x09\x7f\x08\x2d\xca\xb5\x76\x20\x59\xda\xbe\xa7\x70\x40\xe0\xb6\x77\xb8\xd5\x76\xf0\xa5\x50\x16\xf0\x77\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\x1a\x54\x9b\xe4\xce\x95\x74\xda\x72\x44\x48\xbc\xe7\x2e\x09\xed\x18\x62\xfb\x47\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\x82\xd9\x12\x4c\x13\x86\xbf\x08\x4e\x93\xbd\x4b\xa0\x96\xe4\x97\x90\xda\x9b\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\x0f\x71\xf4\x7c\x82\xcd\xfe\x18\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\xe3\x41\xe5\xaf\xc0\xc9\x04\x61\x45\xfd\xa2\xe7\x02\x74\x37\x30\x78\x0e\x66\xd0\xaa\x25\xb6\xe0\x87\xd5\x4a\x7f\x88\x55\x63\xf5\xe4\x52\xc4\x71\xf5\xb4\xab\x3e\x0e\x91\xbe\xf9\x75\xc0\xf9\x51\x38\x28\xa5\xc3\xc7\x00\xe7\x27\x40\xcd\x4d\xc6\x7f\x1f\x7b\xf6\xeb\x4e\x8e\xbe\xa9\x8e\xe3\xc4\xa7\x5d\x35\x09\x73\xd2\x42\xd9\xeb\xf4\x80\x47\xce\x45\xd3\x36\xb3\x64\x4a\xee\x15\x9e\xf3\xb9\xb0\x01\x86\x4e\xa7\xd9\x49\x63\x2f\x1a\xea\x56\x73\x57\xee\x79\xea\x2d\x4b\xd1\xab\xc4\x05\x93\x8b\x49\xd9\x2b\x51\x4c\xbc\xfc\x34\x2d\xff\x8c\x72\x75\x72\xa0\x7f\x69\x14\x8c\x2d\x81\x22\x06\xc6\x93\x56\xaa\xd7\xd5\xb4\x62\xe5\xa8\x73\x1c\x91\x17\xd1\x71\x92\x4c\x27\x5a\xc8\x9e\x97\x03\xd4\x60\x1a\x74\xb1\x42\x95\xee\x04\xfb\x4e\x6c\xf1\x24\xbb\x35\xd6\x9c\x1b\x5c\xc7\x2b\x85\xb2\x27\x9a\x82\xab\x85\x2b\x49\x8c\x1c\x1a\xe7\x75\xaa\x43\x1f\x94\x1b\x7b\x83\xa9\xe1\xca\x46\x93\xf2\xe2\x12\x37\x6a\xab\xad\x63\xa5\x10\xfb\x19\x58\x72\x5b\x9c\x81\x28\x85\xd6\xc1\x64\xcb\x2e\xd3\xa1\xec\x01\xbd\x6d\x75\x3d\xb6\x8a\x96\xca\x8f\x96\x92\x9a\xb3\x33\xb0\xf2\xd1\x66\x32\x3b\xc7\xcc\x50\x3e\xc2\x54\xc6\x4d\x3f\xd3\x5c\x84\x83\x64\x30\x89\x5e\x3a\x7c\x34\x98\x24\xf7\xd1\x24\x54\x08\xd8\xf5\xdc\xc3\x26\xcd\x67\x61\x14\x4d\xa5\x31\x5c\x70\xc7\x73\xab\xda\x85\x10\xcb\x8b\x6f\xe0\x5a\x7e\x4a\x53\xb8\x8a\xcc\xa5\xc7\x78\xc3\x80\xad\x3a\x0a\xbf\x91\x92\xa2\x4a\xed\xdd\x9d\xd2\x21\x65\x02\x39\x45\x0a\xe8\x1c\x19\xa3\x29\xc4\x00\xa9\x03\x6c\x66\xc5\x10\x00\xef\xc5\xf1\xf9\xa9\x9f\xf3\xd1\xd9\xe6\xf0\x05\xc2\x8e\x5c\x62\xa3\xfa\x1e\x53\xd9\x29\x1b\x11\x7d\x61\x03\x9b\x4c\xac\x4a\x22\xa8\x38\xd7\x4d\x9a\x71\x59\x5a\xf9\xd8\xb4\x6b\x64\x4b\x3c\x13\x3f\x84\x4c\x2a\x69\x6a\x30\x41\x2a\x7e\x1a\x2e\xa9\xd0\xf1\x12\x11\x8b\x1e\x8c\x1d\x8d\x3b\xb9\x76\x26\xc7\x1d\x80\xcc\x1c\x71\xbf\x24\xa0\xbc\xe1\xab\xc9\x7d\x1e\x65\x1d\x13\xbf\x91\xad\xf8\xb7\x87\x89\xbf\x62\xbf\xc1\x0e\x9d\x6a\x6f\x1b\xed\xef\xc6\x4b\x4a\x13\xeb\x20\x2f\xe1\x9a\xb2\x4f\xd0\xad\xfe\x99\x82\x02\xe4\x45\x40\x8b\x72\xf5\xe4\x03\xaa\x86\x6d\x10\x36\xca\x35\x3c\x08\x0e\x7f\x1a\xb4\x93\x3b\x98\x6f\x39\x6c\x7b\x49\x53\xa1\xe8\xe5\x4f\x82\x16\xc9\x21\xda\xd1\xfd\x1e\x11\x9f\x70\x46\xba\x29\xc8\x24\x8a\x78\xb8\x80\xe7\xb9\xdf\x12\xf3\x93\x36\x45\xe4\x8b\xd9\xc5\x6f\xe4\xfe\x32\xe6\xa5\xe9\xa1\x3e\x37\x6e\x1c\x96\x67\x0a\x1f\xb9\x65\xf3\xab\x57\x39\xbf\x39\x7c\x4c\x19\x99\x47\x91\xe9\x68\x11\x4c\xb8\xd4\xf2\x41\xd7\x77\x1c\x58\x83\x1b\x30\x5d\x6f\x95\x65\x5b\x59\x84\x4d\xee\xe0\x32\x21\x16\x71\xef\x70\x45\x39\xc7\xc6\x3c\x5e\xdc\x08\x34\x25\xf2\x29\xb2\x3b\x17\x42\xd2\xd5\x2e\x08\xa5\x72\x81\x63\x8a\x0a\x6a\xc4\x7d\x83\xc7\xd5\xd0\x46\x00\x5f\x20\x91\x40\xda\xa2\x99\x99\x4e\x89\x50\x7a\x2a\xf6\x7c\x00\x55\x3b\xeb\xcb\x72\x3c\x15\xfd\x8b\xbc\x4c\x64\x71\xc3\xa2\x48\xbf\xe6\xd1\x37\x52\xf4\x66\xfe\x62\x23\x4e\xfa\x0a\xd9\x56\x8b\x0d\x1a\xed\xb0\x0e\xd6\xf1\x55\x88\x9a\x6f\x73\x70\x62\xb0\x65\xc5\x33\xb2\x96\x36\x3d\xc2\x1b\xfb\xb7\xd7\x3f\x3f\xd2\xdb\xa3\x51\xe2\xf1\xfb\xbf\x10\x37\xec\x10\xcd\x21\xef\x8e\x48\x22\xec\x28\xe0\x14\xfe\x24\xf5\x52\xe2\x88\xa9\xdd\xc0\x93\xcb\xcb\x03\x81\x46\xad\xf8\xe5\xc5\x7d\x0e\x31\x68\xd4\x92\x3d\x47\xba\x1e\x3e\xde\x93\xf7\xdc\x31\xcb\xf7\xb6\x62\x42\x7c\xa3\x9a\x20\x4d\xca\xf3\xd1\x54\xd2\x4d\x96\xe7\xc7\x06\x18\x14\xdb\xc7\x67\xba\xef\x9c\xcb\x2f\xe0\xb8\x89\x85\xb9\xcb\x52\xed\x10\x47\x32\x58\x8c\x97\x08\xe9\x26\x6f\x06\x12\xe5\xbd\x80\x9a\x89\xa9\x94\x52\x26\x33\xbb\x0e\xa4\x15\x8b\xf1\xca\xfe\xa1\x9a\x9d\xeb\x54\x40\xe3\xbc\x51\xec\xb5\xe3\x8a\x3c\x11\xe3\x59\xe3\x15\x89\x48\x5b\x5e\xa3\x8c\xc4\xca\x50\x31\x2a\x5e\xa7\xfb\x25\x7f\xbe\x43\x1f\xae\xaa\xe2\x11\xc1\x22\xaf\x8e\x8c\xdc\x14\xd3\xf6\x78\xdd\xa1\x5e\x6f\x72\xe3\x20\xdd\x2a\x6a\xd3\x90\xc4\xc9\x55\xdb\x88\x76\x47\x4b\x2b\x17\x97\xad\x27\x4a\xba\x5d\xec\xee\xf2\x03\x23\xcc\x2a\x59\xc0\xcb\x50\x3e\x1f\x80\xa7\x97\x94\xb0\x39\x91\x61\x18\xd9\x15\x5e\x6e\xe0\x4a\x9c\x84\xaf\x52\x4b\x3f\xf1\xbd\x43\xd5\x64\x2f\x89\xfd\xb1\xa9\x93\x68\x53\x3b\x06\xa3\xdc\x40\x8f\xd0\x19\x82\x6d\xd1\x29\x53\x63\x6c\x2d\x09\x42\xd5\x2e\xb6\x89\x52\x21\xbd\xbc\x4f\x89\x35\xd6\x89\x33\xdb\xe0\x18\x59\x14\xde\xc9\xec\x73\x5d\x17\xb9\x03\xbb\xcd\x3a\xf8\x64\x17\x9b\x1e\xf0\x0b\x38\x58\x64\x60\xdf\xbd\xe4\x6c\x5f\xc8\xb9\xc6\x70\x19\x94\x5b\x63\xf0\x73\x83\x8d\xb5\x77\xf6\xb2\x1e\x1d\x11\x50\xeb\x58\x85\xef\x2b\x8d\x32\x22\xaa\x7a\x23\xf4\x0e\x38\xe6\x4c\x98\x71\x1e\x7b\x12\x2a\x76\xb8\x5f\x0a\x41\xcb\x7e\x70\x03\x7f\xba\xcc\x3f\x3f\x1c\x5a\x2c\xde\x7a\x78\xf1\x57\x07\x16\x4f\x13\x85\xc1\xb0\xb3\x6e\x84\xa2\x2b\x7e\x79\x13\x61\x47\xec\xc1\x53\x29\x29\xb3\x58\x13\xbe\x27\x6c\x11\xb3\x57\xca\x11\xf7\xf1\x1a\x82\x73\x55\x01\x8f\x8b\x7c\x95\x28\x8c\xd8\x47\x8a\x08\x79\xa0\xf7\xed\xab\x97\xd0\xb7\xc3\x5a\x9b\xf2\x25\x42\x2c\x66\x05\xcd\xcf\x58\x28\x40\x83\x98\xf1\xd4\x7e\xe9\x24\x23\x55\x9f\xed\xb9\x4c\xda\xa5\x4d\xaf\x75\xd8\x0c\xcb\x45\x6d\xbb\x0b\x2a\x67\x94\x36\xe8\x64\x53\x6d\xd6\x17\x42\x66\x46\x22\x01\xfe\xa5\xd3\xcd\x1a\x67\x65\x92\xbc\xe7\x81\x1d\x26\x73\x8a\x8d\xcf\x0c\x8c\xb5\x07\x55\xd7\xe8\xbd\x5e\xb6\x18\x9f\x50\x6e\xf5\x88\x52\xbe\xb5\xc6\x0f\x2d\xfd\x65\xb0\x0e\x67\xe0\x2d\x93\xb2\x1c\xe8\x84\x62\x7c\x54\xa3\x0d\x5f\xf1\x08\xbb\xa3\x64\x68\x14\x2a\x3a\x61\x55\x48\x1e\x48\xba\x37\x50\x7d\x7d\xf9\xf5\x65\x95\x7f\x7d\x98\xd7\x9a\xc6\x3f\x1a\x17\x29\x2a\x39\xdd\x44\xd1\xbf\x78\xf5\x66\xfa\xda\x6b\x2c\xa4\xe2\x2b\x3b\x6c\xc8\x4a\xb8\x63\xc9\xcf\x30\x73\x47\x29\xce\x6a\x8c\x9f\x30\x48\xa2\x4b\xaf\xd7\xae\x16\xfc\xff\xea\x47\x28\x78\x85\xc2\xa4\x63\x24\x97\xc7\x53\x73\xc0\x33\x15\x62\xdc\x31\x29\x26\xed\xc8\x01\xe6\x46\x3a\x41\xe7\xaa\xd7\x33\x45\xb2\x18\x53\x39\x2f\x6b\xa7\xef\x4b\x79\x46\x39\xdc\x6a\x1f\xa8\x06\x8e\x4f\x9b\x46\x52\xdf\x99\xad\xbd\x87\xde\xd9\x0f\xf1\x9a\x7a\xd6\x84\x74\x96\x13\x83\xa3\x4c\x57\xc7\xdb\x1c\x15\x98\x7a\x21\x50\x9f\xa4\xbe\xef\x13\xf0\x32\x96\x65\x45\x1a\x82\xa5\x36\x0d\x6b\x8c\x62\x56\x4b\xe2\xcf\xb4\xac\x60\x05\xda\xe0\x6c\xac\x3a\x0c\x62\xe3\xf9\x42\x76\x7c\x63\x96\xf6\x9a\x68\x39\x9d\x8d\x8f\x7f\x03\xd5\x37\x97\x97\x57\xf3\x5e\x01\x77\xba\x0f\xbc\x57\x4a\x77\xc0\x10\x7b\xe2\xca\x7b\x5b\x6b\xae\x55\xf2\xcb\x19\x11\x66\x29\x41\x9d\x23\xf5\xd8\x57\xe9\x86\x36\x68\x82\x3a\xb1\x87\x30\x46\xef\x3c\x10\xbb\xed\xe9\xde\xa1\x08\x1c\x91\x3e\xbc\xb2\x29\x1d\xcb\x4c\x37\x98\x52\xd0\x2c\x95\x84\x61\xb2\x25\xc7\x57\x6e\x99\xda\x4a\x63\x3b\xd6\x0b\xf9\xe7\x78\xbc\xd2\xb8\xd9\xdc\x20\xbe\xf2\x52\xad\xde\x62\x55\xba\xe6\x7d\x9f\x07\x43\xdd\x4f\x86\x88\x8b\xb4\x8e\x8c\x74\x1c\x2a\xfb\x46\xdc\x4f\x2f\x56\xe9\x0e\xed\x10\x78\xd5\xb5\x3f\xe0\xef\x75\x74\x8d\xcc\x62\x51\xcd\x34\x58\x2b\x77\x3b\x77\xad\xa2\xcb\x18\xb2\x49\xcb\x64\x50\x4d\xa7\xbd\x1f\x23\x00\xc4\x27\x71\xc1\xd9\xb6\x45\x17\x9f\x76\x4a\xa2\xcc\xf5\x2d\x2b\x5c\xc1\x6c\xbf\x33\xe9\x86\x8c\xcf\x39\x92\x03\x10\xe4\x00\x65\x64\x67\x51\x8e\x5c\x7d\x96\xef\xc1\x9e\x0b\xfd\x64\xbb\xd2\xe6\x2e\x68\x49\xab\x23\xde\x55\x2a\x68\xee\x8d\xea\x74\x1d\xed\x39\x35\xc5\x1d\xae\xc9\x99\x69\x16\x19\x90\xc3\x8e\xac\x45\x98\xf4\x05\xb1\x98\xb3\x58\x96\xc1\x0a\x73\xd9\x96\x59\xe9\xef\x64\xfc\x9c\x03\xc0\xf9\xff\x17\x22\xff\xf6\x6e\x31\x92\x29\x08\xfe\xe5\x3e\xa1\xdc\xb3\x4c\x4e\x78\x1a\x0c\xa5\x0a\x8e\xfa\x96\x62\x85\x56\x2d\x0c\xbd\x0f\x0e\x55\x07\x2f\x6c\x7d\x87\x0e\x74\xa7\xd6\x38\x52\x9e\x89\x17\x7e\x79\x90\xa1\x03\xd1\x34\xbe\xdf\x4c\xfa\x4e\x38\xc0\xb0\x0f\x6c\x75\x33\xd0\x6e\x46\xf3\x3d\x30\x49\xf6\x0c\xfc\x50\x6f\x40\x91\x57\xc7\xcd\x4f\x46\xcd\x73\x26\x3d\x83\x1d\x2e\xcb\xb0\xc4\xef\x44\x97\x2a\xd4\x1b\x8a\x86\x9c\x04\xcd\xfa\x73\x51\x6e\xc9\xee\x17\x68\x1e\x73\x13\x6c\x86\x70\xd9\x0e\xab\x1d\x2e\xab\x59\xf3\xb8\x8a\x0f\x6d\x8f\xb7\x09\x78\xa5\xbc\xc6\x9d\x5d\xf4\x08\x34\xca\xf4\x52\xcb\x99\x19\x90\x5f\x65\xe5\x0d\x54\x0d\x6b\x62\x2f\x1e\xb3\xf7\x1e\x79\x40\x3a\x3e\x02\x1e\x83\x7c\x7e\x05\xee\xa1\x57\xde\x17\xed\xdb\xd8\x34\x69\xef\xd3\xb3\x83\xc4\xb4\x85\x69\x57\x35\xbd\x4a\x0a\x4a\xb7\x8c\x9f\x27\xf4\x33\xa6\xe2\x7b\xd4\x24\x59\xee\x4f\x50\x9c\x88\x44\x19\xfd\x14\x6f\xb3\xf3\xb4\x38\x3c\xb2\xb4\x87\x01\xe7\x16\xb4\x18\xc3\xde\x4a\xaf\x8b\xa8\xc7\xee\x42\x72\xdb\x28\xbf\xd1\xb5\x75\x3d\xab\xff\x82\x51\x01\x3a\xc2\x05\xcf\xb6\x4f\xaa\xec\x34\x53\xb1\x2a\x17\xf4\x4a\xd5\xe1\xb1\xa6\x6e\x63\x77\xa6\xb5\xaa\xe1\xc7\x53\x32\x3f\xde\xb6\x8e\xa0\x2f\x85\x97\xf8\x2e\xbb\x77\xda\x8e\x02\x8d\x6d\x5c\x2c\x9f\xff\xcb\xb3\x7f\x72\xbc\xda\x9a\x2d\x1a\xc2\x55\x63\xcf\x2a\x5f\x74\x93\x24\xd2\xf6\x44\x66\xfa\x34\x7f\xa5\xdb\xd8\xd1\xa1\x4a\x89\xd3\x7f\x84\xe0\x62\x5f\x63\x57\x8f\x37\x7e\xc9\x17\xcb\xbd\x15\xdc\x4a\xdc\x49\xfb\x38\x1c\x94\xc4\x5e\x7e\x2e\xb4\x25\x02\xc9\x53\xd2\x62\xbf\x9f\x48\x3f\xa1\xaf\x34\xe3\x60\x2f\x24\x7c\x54\x50\x38\x56\x28\x7c\x4a\x77\x49\x18\x19\x83\x43\x49\x34\x9b\xc0\x04\xf9\x46\xc5\xdf\x44\xd8\xfe\xec\xe2\x62\x65\x2d\x17\x25\x99\x56\x50\x6e\xb1\xfe\xb9\x4c\xf1\xf1\xb3\x8a\x29\x82\x06\x81\x32\x43\x47\xb4\xba\xe6\xe9\xb3\xfa\x2b\xa5\xbe\x7e\xfa\x44\x35\xd7\xd7\x57\x4f\xbf\xba\xfe\x13\x2e\xff\xdc\xfc\xf9\x52\x5d\x5f\x7d\x73\x7d\x8d\x7f\xfe\xe6\xab\x92\xe2\x43\x09\x13\xa6\x86\xde\xda\xb5\x3f\x60\xe4\x24\xce\xf2\xb2\x99\x94\xb1\xb1\xbb\xf8\x41\x52\x6b\xd7\x62\x63\x65\xaf\xb9\x7c\x08\xcc\xdd\x4c\xbe\x53\xb0\x1e\x69\xbe\x97\x05\x64\x85\x14\x38\xcc\x02\xfe\x66\xd7\x6b\xb2\x5d\x7e\x33\x4e\xe8\x9e\x90\xd8\x68\x4b\x29\x53\x2e\x07\xf9\x2e\x61\xc2\xa9\x94\x30\xe4\x07\x84\x0d\xdd\xf9\xda\x51\x62\x6a\xf2\x83\x77\x5b\x86\x11\xfe\x52\xc7\xae\xc1\xd9\x30\xda\x99\x0f\xd6\x51\x88\x38\x08\x81\x3f\xc7\x4e\x4b\x06\xbf\x98\x8d\x12\x13\x87\xed\x93\xb5\x50\xda\x54\xa7\x3e\xdc\x46\xad\x00\xa3\xd0\xab\xcb\x03\x83\xb7\xd2\x98\xbe\x7a\x7a\xb4\xb4\xcc\x97\x49\xc5\x53\x07\x5f\x3b\xbd\xcc\x9f\x74\x15\x17\x50\xaa\xac\x49\x8a\xd8\x21\x1f\x79\x2d\xe0\x75\xfa\x88\x65\x76\x6f\x55\xb7\x43\x83\xd0\x61\x67\xdd\xfd\x59\xc2\x80\x67\x50\xf7\x43\xfc\x24\x85\x74\x34\x2b\x2d\xd0\xf8\x0c\x6b\xe5\x9d\x44\xdb\xe6\xcf\xc9\x48\xee\xd0\xa9\x7a\x43\xfa\x88\xd5\x42\x84\x37\xb4\xd0\x0e\xeb\x4d\x11\xc4\x85\xa5\x5a\xf5\xaa\xd6\xe1\xfe\xb7\x58\xc9\x9e\xb4\xbe\x98\xa9\x64\x4e\x0e\xd9\xcb\x78\x43\x38\xa6\xd4\xba\x1f\xa2\xa5\x3c\xbd\xbc\x84\x53\xfe\xf3\xfb\xff\xf8\x39\x0f\x47\xdd\xc0\x0d\x5c\x3f\xfd\x13\x9c\xd2\x9f\xdf\xff\x65\x86\x49\x0b\x50\x7a\xa4\xce\x28\xaa\x8b\xa8\xae\xa3\xf5\x81\xd0\x9a\x7e\x60\x39\x76\xee\x72\xbb\xe6\x60\x35\x92\x23\xde\xa8\xf5\xd4\x68\x3e\x52\x66\x7c\x46\x71\x71\x02\x13\x0c\x20\x25\xc6\x6f\x2f\x2c\xfe\x2f\x4b\x89\xd3\x51\x25\x0e\xe3\x47\xa9\x3b\x0b\x3b\xbe\x94\xb7\xd0\xd9\x26\x01\x81\xf4\x80\x24\xbd\x3f\x79\x96\x41\xf6\xff\x83\xb7\xdc\x2a\xa4\x4a\x5e\x4a\x75\x05\xef\x92\xc0\x49\x37\xef\xc6\x04\xc3\xb4\xd2\xf9\xd2\xef\x05\x5e\x67\x47\xe4\x6f\x6e\xfc\x58\x05\xa6\xbd\x93\xb5\x1c\x08\xd9\x91\x91\xe7\x4d\xbc\x6d\x7d\x77\xa7\x4d\x13\x7b\x40\x85\x20\x9f\x65\x41\x56\xef\x62\x7d\x1f\xbf\x9c\xb3\xfc\x66\x6e\x44\xdd\x91\x93\xb7\xc4\xc9\x18\x36\x58\xbb\xe3\x4d\x6c\x62\xa9\xec\x00\xf1\x64\x34\x41\x3b\x6c\xef\xa7\xe2\x8d\xf5\x43\xe2\x66\xe4\xa3\xe8\xf4\x32\xcb\xf0\x18\xd3\x79\xea\x91\xa2\xe0\x74\x8e\x83\xe3\x41\x32\x12\xfe\xdd\x2f\x1d\x06\xb5\x10\xf2\x8b\xa4\x21\x1e\x7f\xa8\x8a\x15\xca\xad\x3d\x71\xf2\xcf\xe2\x37\xa8\xce\xeb\xea\x8c\x88\xbc\xfa\xfb\xf7\xcf\x5f\xdc\xbe\x7d\xfe\xe6\xbf\x6e\x5f\xbc\x7c\xfd\x70\xb1\xb4\x36\xf8\xe0\x54\xbf\x78\xef\xad\xa9\xce\xa6\x8b\xda\xb8\x68\xb2\x73\x6b\xd7\xb7\xfc\xb9\xd5\x64\xd7\x1f\xf3\xbf\x1f\xc6\xf3\xcc\xe3\xd0\xe9\x34\x12\x8d\x57\x41\x93\x08\xf4\xe4\xf2\xf2\x10\xb1\x22\x05\xca\x82\x59\x0a\xbc\x3e\x30\x96\x32\xe0\x75\x41\x11\x72\xdf\x32\x3d\xf7\x93\xaf\xe0\x37\x2a\x3e\xf0\xab\xad\x69\xe6\x0f\x00\xc7\x4e\x56\x71\xd9\xde\xf1\x9d\xd6\xf4\x4b\x4c\xce\x4c\x1e\xa9\xa2\x0c\x33\x18\xc6\xe5\x45\xf1\xd8\x76\x69\xb7\xf9\xc3\x33\x79\x12\xd7\x28\xbf\x59\x5a\xe5\x9a\x64\x5c\xf3\x66\xfd\xa3\x5d\xee\x77\x9e\x12\x4d\x0d\x37\xf0\xcd\xe5\xe5\xf5\xbb\xa2\xac\xa5\xf8\x87\x7e\x82\x0d\xf3\xcb\x05\xfe\x9c\xc4\x6d\xc7\xfc\xc5\x51\x91\x28\xc4\xc3\x70\x97\x38\xf1\xc1\xdd\xad\x15\xf7\x37\x79\x47\x6e\x5f\xcf\x76\x1b\xdb\x70\xd6\xed\x94\x6b\x44\x5a\x4c\x27\x76\x67\x6d\xb1\xc7\xa3\x4d\xd4\xb2\xa9\x39\x6b\x9e\x03\x4c\x4e\x9b\x7f\x0d\x56\xec\xa1\xf8\x75\x92\xc2\x1e\x6f\x39\x8f\x1a\x28\xf7\x8e\x0d\xd5\xeb\xea\x78\xa3\x6e\xaf\xa5\x93\x47\x40\x22\x4c\xf9\x4b\xd2\x58\x0a\xee\x7e\xfe\xd0\x54\x3e\x50\x28\x72\x0f\x87\x3b\xbe\xa2\x98\xd1\xf9\x43\xee\x95\xff\x91\xd3\xdb\x2e\xf5\xa9\xe5\x5d\x81\xf5\x02\x91\x12\x21\x9b\x1a\xaa\x33\x42\x47\xfa\xd8\xec\x1f\x82\xd9\xf3\x27\xef\xb1\x18\x50\xc5\x87\x67\x23\x9d\x9c\xb1\x54\x18\x1b\xdd\xcf\xbe\xbe\xfc\xfa\x72\x31\x99\x39\x1e\x7e\x2a\x1a\xe0\xaf\x51\xb4\xe1\x0c\x71\x7b\xe0\x46\x60\x3a\x99\xb7\xb8\x5d\x6a\xd3\xdc\xf2\xa9\xe1\x06\x68\xaf\xc9\xac\x87\x93\x43\xff\xce\x60\x78\x74\xa0\x43\x89\x8f\x13\xe9\x78\xd9\x1f\x73\xc7\xa1\x2b\x16\x18\x3f\x2e\x99\xa7\x96\xa2\xab\x08\xe5\x26\x93\x56\xef\x61\xe4\xb6\x1f\x35\x2f\x67\x63\x39\x74\x3e\xbd\xba\x9e\x0c\x3d\x14\xff\x35\x6f\x31\x16\xad\xb1\xbd\xa8\xf3\xab\xad\xab\xf2\x52\x83\xa0\x43\x50\x77\x08\xaa\xd9\x2a\xbe\x98\xe5\x7b\xd9\xc9\x65\x8a\x7c\xc0\x36\x56\x0c\x66\xab\x9d\x35\xfc\xde\x21\x7d\x86\xce\xa0\x65\xa5\xe5\xcd\x95\x6a\x1a\x7e\x10\x23\x9f\x4c\x25\x5b\xc9\x14\x66\x17\x12\x68\xb6\x85\xc8\xbe\xfd\xfb\x0f\xaf\xde\xbe\x7c\xf5\xef\xb7\x6f\xbe\x7b\xfd\x3f\x2f\xbf\xfd\xee\xf6\x87\xd7\x7f\x2b\xea\xf8\x94\x06\x7f\xf8\xef\x37\x6f\x5f\x7f\xf7\xfc\xfb\xdb\xe7\x2f\x5e\xbc\xbe\x65\x03\xbb\x55\xbd\x7e\xd8\x6b\x2c\x7d\x72\x83\x2a\x4b\x74\xd2\xa6\x4a\x7f\x3e\x9c\x3c\x9c\xfc\x6f\x00\x00\x00\xff\xff\x32\x67\xce\x58\xb2\x45\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: 17842, mode: os.FileMode(436), modTime: time.Unix(1612560436, 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\x5c\x4f\xed\x4e\xc3\x30\x0c\xfc\x9f\xa7\x38\xf9\x01\xd0\xd8\xb4\x21\x90\xf2\x24\x68\x3f\x52\xc7\x94\x52\x5a\x47\x4e\xca\x87\xd0\xde\x1d\x75\x8b\x42\xc5\x8f\xe4\x92\xf3\xf9\xec\x7b\xd3\x0e\x24\x5f\x61\x4a\xef\x42\xf8\x71\x40\x0c\x25\xb0\xcc\x45\x2c\xc3\xe3\x99\x22\xdf\xd3\xd9\x39\xa0\x37\x5d\x12\x88\x03\xbf\x56\x29\x30\x4b\xf9\x54\x1b\xeb\x0f\x48\x6a\x05\x14\x3b\x6a\x0c\x50\x14\x1e\xa7\xc3\xc3\x63\x65\x2e\xee\x76\x5f\xa1\x84\x3c\x82\x4c\xe2\x90\xff\x7a\xa2\x0d\x1f\x62\xf0\xa0\xa8\x3c\x8a\x91\xab\x05\xd6\xf9\x65\xe8\x37\xde\xc3\x14\x7a\x59\x85\x57\x87\xa7\xc3\xdd\xbe\x69\x6f\xcb\xd4\x0c\x1d\x9d\xdb\xf4\xfa\x30\xc9\xba\x18\x4b\xde\xd8\x71\x5a\x56\xf0\x38\xee\x76\x8d\x9c\x64\x52\xfb\x86\xc7\xfe\x78\xfa\x17\x61\x3d\x17\xf7\x1b\x00\x00\xff\xff\x4b\x71\xf7\x97\x44\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: 324, mode: os.FileMode(436), modTime: time.Unix(1612560436, 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\x06\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\x70\xba\x6b\xa6\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\xbb\x67\xa4\x95\x65\x9c\xb5\x0f\xb3\xbb\xdd\x64\xb1\x58\x9f\xbf\x2a\xb2\xcf\xe1\xa7\x16\x2d\x42\x2d\x34\x18\xad\x0e\xb0\x42\x10\xe0\xa4\xde\x28\x84\xf7\x66\x05\x0d\xae\xa5\x96\x5e\x1a\x0d\x3d\x5a\x58\x4b\x85\x0b\xf8\xa9\x95\x8e\xdf\x4a\x07\x5a\x74\xd8\x9c\x9d\x43\x85\x1f\x44\xd7\x2b\xac\xc0\x19\x90\x1e\xf6\x52\x29\xa8\x2d\x0a\x4f\x14\x69\xf0\x5e\xfa\x16\x7c\x8b\xf0\xee\x8f\x20\x74\x03\x7f\x16\x1d\x8e\xd3\x16\x67\x67\xcc\x0c\x54\xef\xcd\xaa\x02\xe7\x85\xfe\x28\x68\x01\x9a\xe1\x4d\x7f\xd9\x19\xe7\xa1\x36\x7a\x2d\x37\x83\x15\xcc\x91\xe9\xf9\x2f\xa9\x79\xd0\x7b\xb3\x3a\x3b\x07\xd7\x63\x2d\xd7\xb2\xe6\x11\x0b\xf8\x26\xf1\x29\xa0\xc1\x5a\x09\x9a\xb9\xc3\xe9\x28\x30\x6b\xf0\xc2\x6d\x69\x2d\xe1\xe1\xcf\xa6\x13\xb4\x23\xd7\x9a\x41\x35\x60\x07\xbd\x80\x7f\x35\x2b\x07\xad\xd8\xd1\x5e\x36\xca\xac\x84\x52\x07\x18\xb4\xfc\x65\x40\x96\xc0\x05\x18\x8d\x60\x2c\x74\x42\x1f\x98\x18\x6c\xac\x19\x7a\x77\x01\xfb\x56\xd6\xed\xd9\x39\x08\x8b\xc4\x66\xe7\x50\xed\xd0\x41\x6d\x94\xc2\x9a\x96\x77\xb4\xfe\x7c\xba\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x99\xb1\x08\x52\xaf\x8d\xed\x02\xbb\x24\xbc\x28\x36\x07\x26\x6c\xbe\x94\xda\x05\xf4\x0a\x85\x43\x70\x88\x67\xe7\xfc\xda\x68\x25\x35\x42\x63\xea\xa1\x43\xed\x23\x1d\xff\x96\x17\xa1\x3f\xad\xf7\xbd\x7b\x7b\x75\xb5\xdf\xef\x17\x9a\x04\xd0\x5b\xf3\x1e\x6b\xbf\x90\xe6\xaa\x31\xb5\xbb\x7a\x6f\x56\x97\x13\xa9\x5d\xb1\xbc\xcf\x48\xbc\xa3\xee\x3f\x9d\x01\x44\x35\x5a\xdc\x48\xa3\x2b\xe8\x85\x15\x1d\x7a\xb4\x49\xe8\x18\x74\x1a\xde\x93\xf2\x58\x42\xe0\x0d\xe0\x07\xac\x07\x8f\x49\x9b\x0b\x26\xf6\x6e\x0d\xa6\x93\xde\x63\x73\x01\x9e\x0c\x4f\xea\x16\xad\xf4\x81\x4a\x83\x6b\x31\x28\x9f\xa8\x91\x2e\x48\x9c\x55\x50\x52\x15\x48\xc4\x97\xcb\xfc\x98\x9e\x8e\x9c\x36\xc2\x8b\x1a\xb5\x47\xeb\x1e\x67\x57\x49\xe7\x89\x72\x31\x38\x32\x1e\xec\x84\xc9\xad\x90\x2c\xd4\xc9\x06\x2d\x36\xb0\x6f\x51\x43\xaf\x44\x2d\xf5\x26\xb0\x4e\x9a\x8d\xee\xd3\x0d\xce\xd3\xf8\xde\x9a\x9d\x6c\xb0\x21\x4e\x4b\xda\x4b\xf8\xbf\xaa\xa9\x6f\xaa\xbf\x9e\x8d\x8c\xfa\x43\x8f\x25\x87\xb5\xd1\xde\x1a\x15\x7d\xe4\xd0\xf3\xd6\xdf\x9b\x55\x34\x3a\x90\x5d\x2f\xea\x28\x28\x57\xb7\xd8\x0c\x0a\xed\x1f\x1c\x13\x6c\xb0\x96\x8e\x8d\x3f\xf0\x88\x64\x17\x91\xb7\xa9\x97\x49\x17\x1d\x4d\x28\x36\xbd\x28\x72\x07\xde\x30\xa5\xca\xa1\xdd\xc9\x1a\xab\x05\x9b\xab\x80\xf5\xa0\x54\x96\x17\xd9\x07\xb1\xe6\x78\xae\x6f\x51\x5a\x68\xe4\x7a\x8d\x16\x75\x8d\x6e\x62\xab\x44\xed\x31\x6b\x5d\x64\x9d\x9d\xf2\x89\x92\xcc\xd3\x06\x9f\xa8\x3c\xcb\xe8\xb3\xd0\x5c\x9c\xc7\x42\x5e\x8e\x5b\x2e\x94\x43\x8a\xf7\x56\x48\xed\x73\xf4\xe2\xe0\x49\x3b\x6f\x1a\x19\x05\x38\x8e\x72\xb0\x36\x76\x6a\x1e\xa4\x3a\x26\x28\x75\x9e\x43\x7e\x41\x41\xc1\xa2\x33\x83\xad\x39\x4a\x34\x56\xee\x82\xfa\x13\xad\xa8\xb8\xb8\x6e\x27\x38\x90\xb3\x5a\x83\x61\x0a\x3f\x46\x89\x0b\xa8\x38\x36\x55\x17\x44\xab\x22\x9b\xac\x40\xe1\x0e\xd5\x05\xeb\xc8\x0d\x7d\x6f\xac\x77\xb0\x13\x56\x8a\x95\x22\x41\x7b\xb4\xbd\x51\xcf\x50\xc4\xe9\xe0\x74\x2c\x9b\x67\xeb\xfd\xd7\x2b\xed\x38\x52\x8d\xcb\x67\x4a\xe3\xa3\x18\xb3\x00\x84\xf7\x56\xae\x28\xfe\x2c\xa1\xfa\xbb\x4f\xf4\xdf\xc5\x16\xad\x46\xb5\xa0\xb0\xf2\x50\xc5\x71\x3b\xa1\x06\x64\x56\x96\x50\x29\xa9\x87\x0f\xe1\xcd\x43\x61\x0c\x43\xdf\x08\x8f\xd9\x10\xa6\xa1\x24\xbc\x04\x5a\xdf\xe3\xe6\x90\xd2\x4f\xcc\x18\x0b\xa6\x10\xc6\x30\xc1\x3c\x4e\x3a\x18\x1c\x36\x64\x11\xd1\xf3\xc9\x6c\xf4\xc6\x81\x92\x5b\x04\x6b\x94\x22\x53\x1a\xfa\x8d\x15\x0d\xb9\x56\x2d\xb4\xb0\x92\xfe\x25\x74\x0c\x50\x6a\xc0\xab\x8d\x45\xd4\xd0\x60\xaf\xcc\x81\xe4\xec\x16\x93\x20\xab\xcd\x11\x87\xd2\x01\x92\x8e\x6b\x6c\x98\xbd\xe0\xf7\xb3\x4d\x4e\xac\x2e\x59\x1c\xb9\xbf\xb1\xc5\xfe\x16\xf0\x97\x14\x16\xf3\x28\x26\xc7\x71\x4b\x7a\x10\x7d\xaf\x58\x52\x06\x84\x52\x51\x28\x0c\x1e\xc6\x3c\x7f\x44\x64\x65\x22\xb6\xa0\xf5\xd2\x66\x79\x6a\xb2\x6c\x8e\x81\xcc\xa8\xe3\x54\xdc\xa1\xdd\x50\x8c\x4e\xa0\x84\x07\xff\x81\x42\xf4\x96\x84\xd8\x5b\xac\xb1\xa1\x10\xf5\x12\x7b\x9f\x4a\xe6\x77\xb5\xf5\xd1\x70\xce\x20\xe9\x91\x2c\x3c\x9b\x66\x27\x3e\xdc\x53\x0a\x51\x0a\xd5\xe3\xe9\xae\x13\x1f\x64\x37\x74\xa0\x87\x6e\x85\x96\x4c\x34\xd0\x8a\x51\x9f\xa8\xf5\x68\x49\x0c\x14\xac\x12\xbd\x05\xbc\xd3\x21\x94\xd5\xc2\x61\xcc\xd7\x05\xe1\x6c\x59\x19\x63\x92\x61\x44\x7a\xc2\x83\x00\x2f\x3b\x96\x38\x40\xc9\x27\x2c\xe1\xe6\x6c\xb2\x09\xa9\xef\x5b\x14\xca\xb7\x87\x7b\x9a\xf2\xc4\x46\xa4\xe6\x8d\xd0\x28\x7e\x20\x94\x32\x41\x56\x91\x60\xca\xc4\xd1\xbc\x22\x59\xd2\x9d\x47\x58\xe1\x9a\x35\xee\xc9\x07\x3a\x61\xb7\x64\x6f\x2e\x0f\x22\xed\x0f\x7a\xa5\x4c\xbd\x75\x91\xdc\x7a\xb0\xbe\x45\x5b\xac\xe3\x60\x6d\x4d\x07\x2b\x0c\xde\x49\x02\x68\xe2\x1e\x67\xdb\xa0\x88\x72\x73\xed\xaa\xc9\x5e\xd3\x80\x06\x45\x43\x36\xf3\xf8\x5e\xd3\x88\x02\x54\xb1\x73\xb1\x74\x33\x3b\x79\xc3\x27\xb6\xb3\x26\xa2\x79\x6a\x39\x49\xa6\xfd\x89\xc1\x1b\xb2\xfd\x9a\x31\xb0\xb7\x42\x3b\x4e\x54\x21\x30\x0d\x3a\xd2\x5a\xc0\x4f\xf9\x15\x27\xb8\xe2\x1d\x17\x07\x49\x5c\x42\xaa\xc8\x7c\x8a\x47\x2c\xd5\xde\x78\xd4\x5e\xf2\x22\x14\xd9\x60\x25\xea\x6d\x76\x71\xb9\x86\x8a\x18\xb9\xb7\xb8\x43\xeb\xab\x91\x3d\x87\x9e\xd6\xf2\x76\x88\x76\x34\x17\x1f\xc9\xf8\x4d\x37\x15\x71\x6f\xcd\xc6\xa2\x73\x2f\x92\xb1\xd0\xbf\x42\xc4\x21\xba\x67\x22\x2b\xdc\x48\xed\x02\x52\x24\xea\x6b\x69\x9d\x3f\x26\x47\x48\x61\x26\x23\xf2\x31\xae\xae\x1a\x16\x97\x74\x84\x10\xd0\x33\x29\x92\x09\x08\x7d\x6c\xea\xc2\xd1\xbe\x18\x97\xcd\xc8\x8d\x7a\x0c\x91\x77\xea\x06\x9c\x20\xb4\x39\x26\x38\x9b\xf6\xa8\xff\xd0\x8b\x24\xe4\xbc\xfb\x8b\xc2\x3c\xa7\x3b\x1b\xc5\x46\xe6\x91\xbc\xe5\x48\x4b\xc1\x5d\x66\xba\x9c\x98\xc5\x29\x2d\xca\x75\x36\xa3\x58\xe2\xd1\x94\xcb\x30\x25\xee\x22\x12\x54\xc2\x79\xda\xc8\x2a\x56\xc3\xa6\x4c\x9b\xcc\xdb\x60\xb1\x28\x32\x47\xbe\xe3\x24\xb9\xe6\x24\x76\xca\x0d\x5d\xa9\x0d\x2a\x67\x0a\xca\x7b\xaa\xc9\x23\xb1\x64\x38\x4c\xa0\xd8\x1c\x2c\x61\x2d\x94\xc3\xc9\xe6\x39\xe3\x1f\x1e\xb3\x5e\xe1\xa1\x6e\x85\xde\x60\x56\x16\xa3\x73\x7a\xbe\x0f\xb5\x2e\xba\x41\x25\xfb\x93\xb4\x59\xe7\xed\x50\x73\xc9\x9c\xe2\x7f\x94\x59\x2c\xed\x39\xad\xc6\x25\x9a\x22\x5b\x24\xe8\x11\x69\x51\x9a\x35\x03\xc9\xd2\xf4\x3d\x85\x03\x82\xb4\xbd\xc5\x9d\x34\x83\x2b\x85\xb2\x80\xff\xd0\x75\x84\xf0\x3d\x5a\xe1\x09\xee\xd2\x46\x3a\x46\xd2\xa3\x20\xd3\x02\x9c\xcc\xa3\x8c\xd8\xa0\x0e\xdc\xcc\x08\x95\x55\x67\x3c\xd7\x61\xe4\xa6\x29\x4c\x83\x28\x90\x52\xcc\x95\x44\x30\xfa\x84\xc5\x4e\x48\x8e\x58\x13\x55\x51\x6e\x22\x30\xc4\xc5\xe5\x24\x85\x06\xc5\x9c\x47\x2a\x7f\x0a\xd1\xff\x82\xe2\x90\x27\x2a\x59\x25\xf8\xcb\x20\x54\x92\x7b\x6d\x06\x9d\xdd\x70\x04\x47\xbc\xe6\x3e\x09\xed\x31\xb0\xf6\x97\x14\x2d\xa2\xd5\xc5\x94\x72\x91\x4a\x2f\x0a\x03\x91\xb4\xc6\x7d\x24\xb6\x43\xeb\x62\x35\x17\x88\xc5\xc0\x31\xf4\x54\x00\xb2\xa8\x64\x84\x2f\x46\x35\xe5\x70\xd6\x59\xf2\xc1\xb0\x1b\x58\xc2\xf5\x19\xc0\x43\x06\xbc\x9d\xdc\xd8\x80\x18\x4f\xe0\xdd\x04\xad\x32\x9c\xa4\x70\x16\x66\x90\x84\xcc\x7a\x0d\x66\x1d\x8a\x52\x1b\x65\xaf\x4d\x83\x33\x58\x2a\x72\xad\x1f\xa7\x1a\x3d\x01\xa8\x01\x37\x36\x9f\x81\x6b\x09\xa1\x45\x86\x5f\x05\xa2\xc5\xb5\x23\x99\x24\xba\x04\xd2\x7e\x9c\xc8\x6e\xf4\xa8\xa2\x44\x88\xae\x1c\xcc\x3c\xce\xcf\x88\xdb\x89\x2e\x99\x34\x83\xa9\x50\x19\x46\x3a\x29\x2f\x29\x8a\xc3\xbe\x15\x3a\xb6\xd7\x3c\x97\xa6\x64\x93\x29\xd5\x44\x7b\x4c\xb6\xf8\xf7\xe1\xed\xe5\x04\x96\xfd\x43\xe8\xf2\x31\xbd\xb5\x07\x3b\x68\x56\x5e\x33\x58\xfa\x2b\xab\xc9\x3d\x0d\xe8\xa6\x1b\xee\x90\x42\x94\x74\x5d\x91\x60\x0b\x47\x0c\x9e\x1e\xac\x38\x46\x85\x5c\x92\x30\x28\x4d\xb0\x21\x94\x69\x21\x3c\x54\x75\x8b\xf5\xd6\x55\xb9\xde\xbd\xe7\xe4\xe4\xaa\x12\x21\xdc\xf3\x20\x4a\x29\x71\xf4\x23\xfc\x3d\x8e\x27\x9f\x44\x92\xc9\xa7\x9f\x8f\x27\x3f\x83\x24\x13\x7a\x8d\xea\x8f\x7a\x2e\xf0\x76\x03\x83\xe3\x38\x06\x4a\xac\x50\x81\x1b\xd6\x6b\xf9\x21\xd4\x8a\xd5\x9b\xeb\x28\x8e\x9b\xbb\xae\x7a\x1e\x18\xfd\xf1\xf3\x58\xf3\x59\x10\x28\x65\xc2\xa7\xb0\xe6\xaf\x40\x99\x6d\x86\x7e\xcf\xdd\xfb\x6d\x17\xb7\xde\x56\x8f\x43\xc4\xbb\xae\x9a\x44\xb8\xd8\x33\x39\x6a\xed\x80\x43\x4e\x43\xd3\x1e\x72\x4c\x92\xdc\x0f\xbc\xe4\x7d\x61\x03\x8c\x9a\xce\xb3\x93\x86\x46\x33\xd4\x4a\x72\xe7\xed\x9b\xd4\x38\x8e\xa5\xae\x88\x2e\x98\x5c\x2c\x16\xbb\x31\x80\x45\x2f\x3f\x4f\xd3\x5f\x50\xa4\x4e\x36\xf4\xbb\x06\x40\x5e\x39\x12\x09\x9b\xac\x6a\x51\xb7\xb1\x7f\x5c\x74\xd4\x06\xfd\x08\x86\x9b\x85\xc6\x49\x12\x9d\xa8\x20\xbb\x5d\x8e\x4e\x83\x6e\xd0\x86\xca\x34\x36\x24\xd8\x71\x42\x57\x27\x19\xad\x36\xfa\x52\xe3\x26\x1c\x16\x94\x4d\xcf\x14\x59\x0d\xdc\xc4\x84\xc8\x71\x71\x5e\x9f\x6a\xf4\x7b\x63\xb7\x8f\x34\x80\xe2\xdb\x59\x9f\x35\x45\xde\x23\x90\x2d\x75\xad\x86\x86\x78\xb7\xf8\xcb\x80\x8e\xb3\x66\x6f\xac\x87\x95\xd4\xf4\xdc\xcd\x30\xc8\xb3\x4d\x60\xc6\xe6\xcc\x08\x9e\x61\x06\xe3\xa2\x2f\x34\x85\xc8\x41\x41\x2a\x09\x27\x98\x02\x84\x8d\x56\xcd\xaa\xca\x4f\x80\xc4\xbf\x84\x2f\xdf\x7c\xf5\x75\x7c\xf2\x70\x16\x7e\x4b\x15\xa4\x16\x6d\x3e\x4a\xd2\x01\xcb\xba\xe8\x77\xde\xf0\xb9\x80\xf3\xc9\x1a\xd8\x82\x44\x74\x69\x9a\x3a\xe2\x60\xf6\xb8\xf0\x10\x1a\xe9\x6a\xb3\x43\x7b\x00\xd4\x1b\xae\x62\x62\xb3\xdd\x41\x3d\x58\x8b\xda\xab\x03\x7c\x67\xb4\x1b\x54\x34\xad\xa2\xda\xed\xc4\x16\x27\xd4\x44\xd3\x50\x49\xc3\xc5\x42\x88\x88\x81\xbb\x96\x8a\x83\xe0\xf1\xd2\x93\xbe\x04\xb4\xc6\xf9\xd8\xdb\x0a\x99\xce\xfa\x97\xea\x7d\x26\x9b\x57\xd0\xfb\x44\xc4\xfc\x9b\x24\x92\xb4\xcc\x47\x39\x4b\xa8\x2c\x36\xd2\x5d\x86\xf8\x10\x5f\x79\xb1\x09\x07\x24\xf1\x38\xe7\x22\xc5\x8f\xbf\x96\x36\xb3\x64\xab\x39\x8b\x8f\x52\x4c\xa1\xdc\xfe\x94\x4d\xe4\x23\xcb\xa0\xc2\x04\x38\x02\x38\x58\x1b\x9b\xc9\x85\xde\x56\x60\x9a\x4a\x40\xc7\x32\x8e\x03\xa5\xcb\x07\x3b\xc0\x07\xac\xe4\xdc\x07\x33\x70\xd3\x7e\x87\x5a\xa2\xae\xf1\x9f\x32\xad\x41\xd7\xa6\x0b\xc5\x2f\x57\xa0\xa8\x43\xf5\xe8\x17\x27\xb9\x76\x59\x27\x64\x1e\x3a\x57\x45\x93\xd3\x98\x9c\xa9\xa6\xa7\x28\x79\x60\x60\xf4\x53\xfe\x7f\x94\x78\xec\x6b\x0b\x25\x77\x59\xde\xf4\x92\x4f\x3e\xe2\x4b\x5f\xf7\xe5\x2b\x3e\x1e\xd8\x09\x95\x01\x43\x31\x4b\x76\x48\x75\x1f\xbd\xba\x2d\xde\x44\x57\x9d\x7a\xac\x45\xe7\x85\x1d\x8f\x4f\x52\x78\xe4\x34\x9b\x8a\x88\x15\xb6\x62\x27\x8d\x65\x5b\x26\x8f\xcd\x55\xf8\xbb\x75\xaa\xda\x09\x8c\x0e\x3a\x63\x81\xb2\x76\x88\x6b\x40\x6f\x94\xac\xc7\x96\xfa\x4a\xb8\x31\xb7\xa6\x23\xab\x97\x7a\xd7\x6c\x1f\xaf\xe0\x5d\x91\x83\x82\x54\xda\xf7\xa7\x89\x3b\x8c\x29\x54\x78\x8f\x5d\xcf\x87\x7a\x94\x29\xb3\x1c\x8a\xbe\xfb\x88\xad\x92\xc2\x17\x91\x58\x9e\xbc\x84\xdb\xf8\xa8\xb4\x89\x37\xb9\x45\x33\x1e\xb9\xa2\x12\x8f\xb6\x29\x90\x2a\x08\x91\x0e\xbf\xf6\x42\xfa\x04\x9b\xe3\x2e\x12\xfa\x65\x18\x19\xe3\x36\xc7\x4e\xe9\x39\x70\x96\x4d\x23\x00\x5e\x8b\x6d\xf3\xce\xcd\xf9\xe8\x4c\x73\xfa\x44\x75\x4f\x10\xa2\x15\x7d\x8f\xa9\x3d\x17\x17\x22\xfa\x91\x0d\x6c\x46\xaf\x4b\x22\xa8\xd8\xe4\x27\xe7\x15\x59\x5a\x79\xdb\xb4\x6a\x60\x2b\xe1\x81\x0f\x3e\x93\x4a\x9a\x1a\xb4\x8f\x9d\x51\x7a\x5d\x52\xa1\xed\x25\x22\x06\x1d\x68\x33\xda\x75\x82\x42\x99\x1c\x77\x4a\x33\x73\xc4\xfd\x0a\x51\x43\xcb\x57\x34\x8e\x79\x8c\xf3\x98\xf8\x32\x2e\x75\xc2\x55\xb1\x6f\xb1\x43\x2b\xd4\x7d\x23\xdd\x93\xf1\x74\xf0\x52\xc9\x8f\x04\xa2\x20\x4f\xa2\x1c\xba\xcd\xd9\xd5\x79\x14\x0d\xdb\x20\xb4\xc2\x36\xfc\x92\x91\x8e\xb4\xf1\x50\xfa\x3b\xc6\xb8\x2e\x62\x7a\x5f\x9c\x74\x4e\x40\x1e\xc9\x21\xd8\xd1\xe1\x88\x88\x4b\x69\x3c\x9d\xa3\x66\x12\x05\x7e\x5c\xc0\x37\x39\x53\x07\x30\x2f\x75\x81\x14\x03\x14\x77\x6d\xbc\xc9\x11\x40\xfc\x74\x53\x2f\x0d\x19\xa7\xe5\x99\x22\x47\x6e\x6d\x7f\xf6\x6c\xfb\x37\x47\x8e\x29\x23\x05\xc5\xe9\x8b\x22\x8e\x70\x37\xca\x79\x59\x6f\x39\x9c\x7a\x3b\x60\x3a\xea\x2f\x3b\x5b\x65\x9f\x6a\x72\x1f\x21\x13\x62\xe9\xf6\x16\xd7\x04\xc8\x4c\x40\x3f\xc5\x79\x69\x53\x56\x88\x45\x15\xc4\xbd\xa2\x8c\x8b\x32\xa1\xd4\x56\xe1\x70\x22\xbc\x18\xeb\xe3\xc1\xe1\x7a\x50\x01\x6e\x17\x15\x9b\x27\x45\xd1\xc8\x22\xc3\x8f\x95\x5c\x8f\xd6\x49\xc2\x5f\xb5\x35\xae\xec\x58\xa6\xbe\xe8\x22\x4f\x8b\xb2\x58\xb2\x28\xd2\xd3\xfc\xf6\xc7\xd8\x17\xcc\xfc\x85\xb3\x8a\xd8\x7a\xcd\x66\x5a\x2c\xd0\x48\x8b\xb5\x37\x96\x0f\x8a\xc5\x7c\x99\x93\x03\xbd\x29\x3b\x43\x23\x6b\x69\xd1\x47\x78\x0b\xb8\x59\x7e\x7c\xe2\xf8\x83\xde\x12\x8f\x3f\x7c\x4b\xdc\xb0\x2f\x34\xa7\x1c\x3b\x14\x5d\x7e\x4f\xb1\xa6\x70\xa5\xd8\x57\x4a\x1c\x31\xb5\x25\xbc\xb9\xbe\x3e\x11\x63\xc4\x9a\xaf\x9e\x1d\x72\x74\x09\xa8\xc8\xe5\xc6\xb0\x0b\x77\x86\x7a\x3e\x54\xc8\x77\x58\xa2\x09\xf1\xed\x92\x54\xfd\xa5\xec\x1e\x4c\x25\x9d\xf3\x3b\xbe\x71\x85\x5e\xb0\x7d\xbc\xd0\x73\xe7\x5c\xbe\x82\xcf\x26\x16\x26\xb4\xd2\xc3\x5c\x52\x8f\xd7\x1b\x66\xc5\x68\xbc\x32\x25\x66\xd2\x29\x85\x73\x44\x82\x6f\x48\xd0\xf8\xc5\x78\x67\xe9\xa1\x3a\x4b\xfa\x0b\xc5\xf4\xfc\xe0\xcc\x49\xcb\x6d\xca\x44\x84\x47\x8d\x47\xc6\x51\xb4\xf1\xfe\xdd\x71\x4c\x18\x35\x2c\xd3\x31\xbb\xbb\xdc\xa3\xf3\x37\x55\x71\x73\x6a\x31\x61\x81\x18\xcd\xa3\x32\x7b\x7b\x94\x9b\x36\x37\x50\xd3\x9d\x0a\xaa\xa5\x6b\xf2\x0e\x8b\x2a\x14\xfe\xa3\x25\xa5\x89\x65\xe7\x9d\x72\x69\x17\x0e\xb7\xf8\xf6\x24\x66\x99\x2f\xe0\x9d\x2f\xaf\x49\xc1\xdd\x35\xe5\x61\xce\x4f\x98\x8a\xb6\xc4\xc5\x12\x6e\xa2\xf9\x9f\xb3\x07\x4c\x6a\xd8\xde\xa2\x68\xb2\x03\x84\xd3\x81\xa9\xfd\x4b\x4d\x15\x8b\x0b\x56\x16\xb1\x30\x78\xa3\xd0\x0a\x5d\x63\x68\xac\x47\xc8\x29\x6d\x68\x92\xa7\x5e\xe2\xea\x90\xd2\x65\x68\x95\xcd\xf4\xcf\xe1\xaf\xe8\x3d\x26\x8b\xce\xad\xad\xc0\x1d\x50\x31\xfc\xe2\x42\x74\xb2\xc1\x57\xf0\x9d\xc0\xc0\x84\x52\xdc\xd6\x6b\xf8\x8d\x17\x76\x83\xde\xcd\x2d\x33\x34\x1b\xb3\x07\xf5\x68\x69\xa6\xd8\x84\xb6\xe3\xb1\x8a\x28\xb5\xa1\xa8\xdb\x48\xef\x84\xd3\xcd\x44\x17\xc6\xb1\xab\xa0\x60\x87\xfa\x54\x88\x35\xae\x07\x4b\xf8\x32\x1b\x6a\x6c\xb9\xcc\x26\x47\x6f\x3c\x3d\xf9\x8b\x13\x93\xa7\x11\x3f\x5c\x45\x4b\xd5\x1f\x17\xe2\x8e\x80\x23\x79\xe6\x4e\x36\x83\x50\x30\x68\xc9\x87\x5b\x7b\x63\xb7\x17\xe0\x86\xba\x0d\x2d\x9b\x3f\x9a\x7a\x1b\xb1\x04\x5f\xee\xf2\x42\x6a\xb4\x17\xb0\xc7\x55\x69\xf4\x7c\xe5\x6d\x25\x7c\xdd\x52\x7d\x5e\xa3\x23\x44\xf9\x52\xe3\x2d\xd9\x7d\x85\x22\x6f\xbc\x3a\xc3\xbf\x8c\xb5\x42\xb7\xa4\x9a\x95\x79\x55\xb8\x30\xf8\x78\x56\xe7\xb9\xf1\x56\xe1\xac\x7f\x1d\x6d\x70\x2c\x4f\x62\x71\xc8\x78\x39\x55\x58\x61\xe6\x12\xaa\x86\xd5\x70\xd4\x74\xe1\x42\xfe\x91\x66\xe8\x78\x99\x71\xec\x85\x16\x3d\xb5\x5e\x38\x57\x14\x5a\x01\xe3\xa8\x43\x3a\x48\x4d\x4c\x1b\x98\xd6\x3f\xe9\x9e\x85\x17\x52\xb1\x97\x4c\xe8\xbb\xb1\x7c\xb4\xe3\x65\x70\x86\x13\xe4\x36\x81\xe8\x05\x38\x53\x5e\x2b\xcd\xc3\xc2\xeb\x91\xa5\x89\x72\xd7\x27\xcc\x27\xc9\x29\xf0\x50\xf4\x31\x65\x27\x36\x63\x93\xeb\xed\x9b\xc5\x6d\x16\x5d\x68\x62\xc5\x7b\xc0\xab\xdc\xd9\x7a\x98\x89\x96\xaa\xe1\xb5\xa8\xfd\x53\x25\x58\x63\xf6\x5a\x19\xd1\xf0\x95\x90\x38\x3e\x1c\x24\x89\xa2\xea\xec\x0c\x85\xb8\x70\xc7\xb4\xb7\xd2\x8c\x42\x0d\x45\x17\x96\xb7\x97\x63\x73\x8b\x3c\x2f\x37\xb4\xc6\x12\x76\x3c\xc3\x23\x69\xa4\xe5\x89\xcc\xac\xe3\x2d\x55\x00\x61\x14\x0c\x41\x23\x36\x21\xde\x45\x1b\x1b\x81\x38\x2f\xfc\x8e\xcf\xcc\x7a\xe3\x9c\x5c\x29\x06\xce\xa9\xd8\xf3\x27\x25\xd1\x0d\xca\x4b\x02\x14\xa1\x22\x2f\x6c\x38\x0b\x24\x0f\x49\x93\x47\x18\x9f\x07\xff\x0a\x28\x38\xe3\xe0\x28\x26\x3c\x2b\x2a\x94\x6b\xbf\x14\x10\x46\x46\x8e\xe8\x65\xed\x97\x6d\xbf\xa8\xf3\x25\x54\xb4\xd4\xdb\xab\xab\xb5\x31\x8b\xda\x74\x99\xcc\xc2\x0b\xbb\xd8\x7c\x2c\xfb\x7a\xe1\x42\xb8\x9b\xd0\x81\xd0\x52\x74\x43\x47\xb4\xba\xe6\xee\x6d\xfd\x85\x10\xff\x78\xf7\x46\x34\xb7\xb7\x37\x77\x5f\xdc\x7e\x89\xab\xaf\x9a\xaf\xae\xc5\xed\xcd\xd7\xb7\xb7\xf8\xd5\xd7\x5f\x94\x14\x1f\xca\xde\xe0\xd4\xc6\x95\xd9\xb8\x13\xf6\x4d\x92\x2c\x8f\xd0\x48\x0f\xad\xd9\x87\x6f\x28\x94\xd9\x44\xf3\x2a\x2b\xc3\xf2\x66\x23\xd7\x1e\x5c\xfc\x1b\x87\x34\xde\xc5\x09\x7c\x30\x40\xf9\x63\x01\xff\x6e\x36\x1b\x32\x5b\xbe\xff\x4a\xc5\x47\x03\xab\xc3\x68\x46\x01\xe1\x5d\xc0\x6a\x88\xd7\xab\x27\x9c\x46\xb4\x46\x2e\x40\xe9\xdb\x5e\x6e\x2c\x25\xa5\x26\x5f\xde\x35\x65\x14\xe1\x6f\x0c\xcc\x06\xac\xf1\xa3\x89\x51\x51\x4a\x11\x62\xe2\x36\xbf\xc5\x44\x4b\x06\x5f\xcd\x3c\x89\x89\x23\x5a\xac\x80\xd2\x9c\x3a\xf1\xe1\x3e\x28\x04\xb8\xeb\x7c\x73\x7d\xe2\xe5\x7d\xac\x20\x6f\xee\x4a\xf3\x99\x58\x4f\x6e\xf8\x14\x67\xb7\xae\xb6\x72\x95\xbf\x43\x29\x9a\x44\xb1\xc9\x47\xa1\x68\x12\x31\xe2\x97\x29\x0b\xf8\xaf\x74\x0d\x7f\xd6\x5b\xaa\xd5\xd0\x20\x74\xd8\x19\x7b\xb8\x80\xba\x1f\xc2\x5d\x7a\xd2\xca\xa2\xe0\x87\x0d\xc9\x71\x4b\x3b\xe7\x5d\xae\x71\xd2\xa7\x2f\x7c\xd2\xd3\x89\xba\x25\x0d\x84\x6b\x1e\x01\xcc\xd0\x44\x33\x6c\xda\xb2\x4f\x18\x38\xa9\x45\x2f\x6a\xaa\x3a\x7e\x83\x5d\x1c\x09\xe9\xd5\x8c\x23\x73\x32\x23\x38\xf6\xed\xc6\xf4\x59\xf7\x43\xb0\x8d\xbb\xeb\x6b\x38\xe7\xdf\x1f\xbe\xff\x98\x5f\x07\x6d\xc0\x12\x6e\xef\xbe\x84\x73\xfa\xfd\xe1\xdb\x31\x8d\x4e\xad\xc4\x63\xd7\xab\xf2\x36\xfb\x89\x3c\xda\x09\x4d\xce\x28\x20\x0d\xce\x00\x74\x0c\xb0\x27\x32\x1c\x25\x38\x32\xb8\x3e\x7d\x5e\x93\xa6\x87\xaf\xee\xe2\xa7\x35\xea\x00\xfd\xa0\xd4\xb4\x03\xc5\x49\x3a\x1e\x44\x19\x0b\xff\xc3\x47\x18\xde\x40\x6f\xfa\x81\x29\xd8\x41\xf3\x55\x8d\xe9\xaa\x63\x3f\xe3\x65\xd6\x30\x17\xc6\xab\x19\x43\x62\xe4\x88\x5e\x16\x61\x19\x31\x18\x45\xe4\x3f\x4b\xa8\x2e\x2f\x2f\x7f\xd6\x5b\x3c\xbc\x85\x4f\x9f\x60\x8b\x07\xf8\x39\x9d\x8e\x5d\x75\x87\xcb\x2d\x1e\x7e\xae\xe0\xe1\xa1\xcc\x42\x0d\x9f\xae\x87\x7d\x84\xef\x3b\x4c\x2d\xd4\x15\x7f\xf6\x78\xe8\x54\x39\x34\xdc\xa4\xbc\xe7\x4e\x39\x0f\x75\x72\xa3\xc5\xa9\x21\xe1\x05\x0d\xf9\xf1\xdd\xbf\x7c\xff\xdf\xff\x79\x74\x0c\xf6\xb8\x15\xd6\x7c\x8b\xd7\x99\xb2\x1a\x8c\x27\x94\xa8\x77\xd2\x1a\xcd\x0d\x91\xf4\xa5\xce\x68\x88\xb3\xee\x66\x6a\xab\x72\xae\x0b\xdf\x8f\x10\x12\xe5\xf8\x1a\xa0\xf2\x18\x8a\x56\x78\xe2\x80\x83\x3b\x1f\x2c\x60\xb2\x52\x6c\x4e\x9b\x66\xbc\x5d\x7a\x6c\x7b\x9f\xd5\xd7\x12\xaa\x7f\xfb\xe7\xff\x5d\xbe\x44\x4f\x53\x2d\xa1\xde\x95\x03\x51\xef\x0a\x8b\x28\xbb\x9e\x47\xc2\xdf\xd1\x16\x9e\x83\x33\xbc\x01\x51\x73\xf4\xa7\x58\x60\xb6\xa8\x59\x1a\x45\x10\xf8\x5e\xb8\x56\x7e\x67\x6c\x1f\xe5\x42\xbb\x41\x1b\x04\x1d\x48\x85\x27\xe3\x67\x80\xf9\xac\xb3\x99\x00\x16\x31\xf8\xd6\x58\xf9\x31\x7d\xf5\xd3\x75\x83\x0e\x4d\x2a\xfe\x70\x85\xa9\x2f\xe0\xdb\xc3\x88\x45\x02\x79\x56\xa4\xd4\xe4\x5e\x93\x4d\x06\x6e\xa5\x2e\xae\xff\xee\xa4\xe0\xc3\x99\x13\xe6\x14\x52\x58\xba\xb2\xc0\x73\x47\xce\x76\x42\x2a\x11\x81\xf8\xc9\xa8\x51\x6e\x37\x4a\xae\x15\xba\x51\x39\xef\x6a\xdc\x0b\x35\x12\xd4\x0d\x58\xdc\x99\xe2\x9b\xdc\x16\x73\xc8\xdb\xe2\x6f\xc2\x3d\x13\xdd\xbe\x5a\x38\x63\x2e\x8e\x88\xf1\xd3\x89\x63\xf0\xe1\xb4\x8c\xc8\x87\x2b\xc0\xba\xd1\xd5\x05\x54\x6b\x6b\xb4\x47\xdd\xe4\x72\xf0\x6f\x10\x88\xbe\x9b\x7c\x54\x1a\xcf\xef\x53\x2b\x3f\x50\x50\xa1\x5f\xc8\x21\x23\x7d\xea\xbd\x42\xd8\x4a\x8a\x0c\x13\x85\xd2\xa3\x69\xf9\xf8\x2e\xf7\x41\x8b\x53\xf9\x78\x0c\x3f\x22\x25\x9a\x77\x9f\x16\x5f\x42\x75\x9b\xae\x15\x3c\xf0\xa5\xbc\x87\xb3\xff\x0f\x00\x00\xff\xff\xb7\x06\x79\x5c\xb9\x3e\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: 16057, mode: os.FileMode(436), modTime: time.Unix(1612560436, 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