Skip to content

Commit fd8476d

Browse files
committed
blah
1 parent 2af93ff commit fd8476d

File tree

6 files changed

+59
-297
lines changed

6 files changed

+59
-297
lines changed

smoke_v1.sh

-72
This file was deleted.

smoke_v2.sh

-110
This file was deleted.

smoke_v3.sh

-110
This file was deleted.

test.yml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+

tunnel.sh

-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@ fi
1515

1616
echo "TUNNEL: to $TARGET over $JUMP on local port $PORT"
1717

18-
<<<<<<< HEAD
19-
ssh -vv -L9091:$TARGET.mgmt:9090 $JUMP -NCf
20-
=======
2118
ssh -L9091:$TARGET.mgmt:9090 $JUMP -NCf
22-
>>>>>>> 6d7258e22faa4b02bc1504cef99a2247394081a2
23-

yaml_test.rb

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/ruby
2+
3+
require 'yaml'
4+
yamlfile = YAML.load_file('test.yml')
5+
puts yamlfile["test1"]
6+
puts yamlfile["test2"]

0 commit comments

Comments
 (0)