Skip to content
New issue

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

Linux version? #7

Open
Atrate opened this issue Jun 4, 2020 · 3 comments
Open

Linux version? #7

Atrate opened this issue Jun 4, 2020 · 3 comments
Labels
suggestion Suggest a specific feature

Comments

@Atrate
Copy link

Atrate commented Jun 4, 2020

Do you think it would be possible to port this to GNU/Linux?

@maybecryptic
Copy link
Owner

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

@maybecryptic maybecryptic added the suggestion Suggest a specific feature label Jan 19, 2021
@rouben
Copy link

rouben commented Mar 22, 2021

On Linux it may be more practical to script the account testing functionality, TBH.

@Zibri
Copy link

Zibri commented Jul 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Suggest a specific feature
Projects
None yet
Development

No branches or pull requests

5 participants
@Zibri @rouben @maybecryptic @Atrate and others