Created
November 1, 2023 14:18
-
-
Save segfo/ad9ef1d0c5e23d68c26f6866a9b8f8a1 to your computer and use it in GitHub Desktop.
one liner.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$otp = "cargo run --";iex $otp" --no-tui -g"|findstr /r /c:"/[0-9]"| %{$_ -replace ".*/","" }|%{for ($i=0;$i -le $_;$i++){ iex $otp" --no-tui -g -n $i" |findstr "otpauth"| %{qrcode -s -d $_};.\qrcode.svg}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment