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
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
How difficult would it be to add a command that would wipe the SD card?
For example, you send the command /wipe
it responds "Are you sure?"
you respond "yes"
it preforms "sudo dd if=/dev/urandom of=/dev/mmcblk0" or something similar
The text was updated successfully, but these errors were encountered:
I will try to add it when I'll have time as maybe a hidden command, so people clicking every command in the help will not execute it accidentally. Also PRs are welcome ;)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How difficult would it be to add a command that would wipe the SD card?
For example, you send the command /wipe
it responds "Are you sure?"
you respond "yes"
it preforms "sudo dd if=/dev/urandom of=/dev/mmcblk0" or something similar
The text was updated successfully, but these errors were encountered: