Isoraqathedh

proc.bpc

Mar 8th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.99 KB | None | 0 0
  1. ;; BOCPROC script
  2. (version 6 2)
  3. (process-file "/home/isoraqathedh/Downloads/Scan inputs/relay-post-mortem/1.jpg"
  4.   (paging nboc :next :page)
  5.   (title "Drsk Relay Translation Draft I")
  6.   (comment "A draft of the translation.")
  7.   (tags drsk)
  8.   (tumblr t))
  9. (process-file "/home/isoraqathedh/Downloads/Scan inputs/relay-post-mortem/2-1.jpg"
  10.   (paging nboc :next :subpage)
  11.   (title "Drsk Relay Translation Draft II")
  12.   (comment "Second part of the translation draft.")
  13.   (tags drsk)
  14.   (tumblr nil))
  15. (process-file "/home/isoraqathedh/Downloads/Scan inputs/relay-post-mortem/3-1.jpg"
  16.   (paging boc :next :page)
  17.   (title "Translation Exercise I")
  18.   (comment "A post-mortem translation analysis in the relay I have recently participated.")
  19.   (tags drsk)
  20.   (tumblr t))
  21. (process-file "/home/isoraqathedh/Downloads/Scan inputs/relay-post-mortem/4.jpg"
  22.   (paging boc :next :page)
  23.   (title "Translation Exercise II")
  24.   (comment "Part two of the post-mortem analysis.")
  25.   (tags drsk)
  26.   (tumblr nil))
Advertisement
Add Comment
Please, Sign In to add comment