We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you think it would be possible to port this to GNU/Linux?
The text was updated successfully, but these errors were encountered:
I'm sure it's possible, but it'd take some work. right now I'm kinda busy with other things so if anyone wants to give it a shot, feel free
Sorry, something went wrong.
On Linux it may be more practical to script the account testing functionality, TBH.
on linux (or anywhere else bash or busybox runs) it's very easy:
#!/bin/bash while read a b;do mega-login &>/dev/null $a $b && mega-logout &>/dev/null && echo refreshed $a || echo error $a done <<EOF email1 password1 email2 password2 email3 password3 email3 password3 EOF
:D
No branches or pull requests
Do you think it would be possible to port this to GNU/Linux?
The text was updated successfully, but these errors were encountered: