Guest User

Untitled

a guest
Jan 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. The current MailMate EagleFiler archive script works with the top-most open library, but we'd like it to work with a specific library.
  2.  
  3. ## add Bash Shell Script
  4.  
  5. * Add line 10, env var to specify path to the `.eflibrary` file.
  6. * Add on line 14, an arg 3, using that var.
  7.  
  8. ## EagleFilerImport.scpt v2
  9.  
  10. * Add a third `_argv` on line 3.
  11. * Add line 9 to open a POSIX path pointing at the library we want to open.
  12.  
  13. ## To Do
  14.  
  15. * Store the posix path within MailMate. How? Maybe `defaults write`?
Add Comment
Please, Sign In to add comment