File tree 6 files changed +59
-297
lines changed
6 files changed +59
-297
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ smoke1 : |
2
+ .,;
3
+ ';,.' ';.,'
4
+ ;,.;'
5
+
6
+ ;.,: '.,;,
7
+ ',. .',;;.',;
8
+ ____________
9
+ \oooooooooo/
10
+ \________/
11
+ {________}
12
+ \______/
13
+ ',__,'
14
+ |oo|
15
+ | o| _____
16
+ |==| / ___()
17
+ |= | / /
18
+ |oo| / /
19
+ | o|/ /
20
+ |==/ /
21
+ |='./
22
+ | o|
23
+ |==|
24
+ |__|
25
+ ,'____',
26
+ /_________\\
27
+ smoke2 : |
28
+ .,;
29
+ ';,.' ';.,'
30
+ ;,.;'
31
+
32
+ ;.,: '.,;,
33
+ ',. .',;;.',;
34
+ ____________
35
+ \oooooooooo/
36
+ \________/
37
+ {________}
38
+ \______/
39
+ ',__,'
40
+ | o|
41
+ |oo| _____
42
+ |==| / ___()
43
+ | =| / /
44
+ |oo| / /
45
+ |o |/ /
46
+ |==/ /
47
+ |='./
48
+ |o |
49
+ |==|
50
+ |__|
51
+ ,'____',
52
+ /_________\\
53
+
Original file line number Diff line number Diff line change 15
15
16
16
echo " TUNNEL: to $TARGET over $JUMP on local port $PORT "
17
17
18
- <<< <<< < HEAD
19
- ssh -vv -L9091:$TARGET .mgmt:9090 $JUMP -NCf
20
- =======
21
18
ssh -L9091:$TARGET .mgmt:9090 $JUMP -NCf
22
- >>>>>>> 6d7258e22faa4b02bc1504cef99a2247394081a2
23
-
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/ruby
2
+
3
+ require 'yaml'
4
+ yamlfile = YAML . load_file ( 'test.yml' )
5
+ puts yamlfile [ "test1" ]
6
+ puts yamlfile [ "test2" ]
You can’t perform that action at this time.
0 commit comments