You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you have to use js-ctypes to run /bin/bash with argument -c? Can't you just use nsIProcess? And use > redirector to write it to file and then read file?
Why do you have to use js-ctypes to run
/bin/bash
with argument-c
? Can't you just usensIProcess
? And use>
redirector to write it to file and then read file?File stuff with OS.File is very async.
I attempted to do it here: GitHub - GIST :: Noitidart / _ff-addon-snippet-X11_bash.js
But it doesn't work I don't know why.
The text was updated successfully, but these errors were encountered: