This adds a "fragments" mode to the file resource. In addition to "content" and "source", you can now alternatively build a file from the file fragments of other files.
12 lines
671 B
Plaintext
12 lines
671 B
Plaintext
Edge: file[/tmp/frags/] -> file[/tmp/frags/f1] # file[/tmp/frags/] -> file[/tmp/frags/f1] (autoedge)
|
|
Edge: file[/tmp/frags/] -> file[/tmp/frags/f2] # file[/tmp/frags/] -> file[/tmp/frags/f2] (autoedge)
|
|
Edge: file[/tmp/frags/] -> file[/tmp/frags/f3] # file[/tmp/frags/] -> file[/tmp/frags/f3] (autoedge)
|
|
Edge: file[/tmp/bonus_file] -> file[/tmp/whole1] # file[/tmp/bonus_file] -> file[/tmp/whole1] (autoedge)
|
|
Edge: file[/tmp/frags/] -> file[/tmp/whole1] # file[/tmp/frags/] -> file[/tmp/whole1] (autoedge)
|
|
Vertex: file[/tmp/bonus_file]
|
|
Vertex: file[/tmp/frags/]
|
|
Vertex: file[/tmp/frags/f1]
|
|
Vertex: file[/tmp/frags/f2]
|
|
Vertex: file[/tmp/frags/f3]
|
|
Vertex: file[/tmp/whole1]
|