equal
deleted
inserted
replaced
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 |
3 ( |
3 ( |
4 # Just troll-in the first record: |
4 # Just troll-in the first record: |
5 relpipe-in-cli generate Heathers 7 \ |
5 relpipe-in-cli \ |
6 Duke string McNamara string Chandler string Veronica string J.D. string \ |
6 --relation "Heathers" \ |
7 Big string Fun string \ |
7 --attribute "Duke" string \ |
|
8 --attribute "McNamara" string \ |
|
9 --attribute "Chandler" string \ |
|
10 --attribute "Veronica" string \ |
|
11 --attribute "J.D." string \ |
|
12 --attribute "Big" string \ |
|
13 --attribute "Fun" string \ |
|
14 --record \ |
8 '' '# <file system>' '<mount point>' '<type>' '<options>' '<dump>' '<pass>'; |
15 '' '# <file system>' '<mount point>' '<type>' '<options>' '<dump>' '<pass>'; |
9 # relpipe-out-nullbyte processes only attribute values |
16 # relpipe-out-nullbyte processes only attribute values |
10 # Read the actual pipe's input: |
17 # Read the actual pipe's input: |
11 cat |
18 cat |
12 ) | relpipe-out-nullbyte \ |
19 ) | relpipe-out-nullbyte \ |