bard / mozrepl

Remotely control Firefox and other Mozilla apps with JavaScript
https://github.com/bard/mozrepl/wiki/
510 stars 64 forks source link

Why not put the temporary file in a temporay directory? #65

Open lilydjwg opened 8 years ago

lilydjwg commented 8 years ago

I just find that a file mozrepl.tmp.js is put in my profile directory. I expect it to be in /tmp. There it would be faster.

Using TmpD instead ProfD seems to do it.