broamski / aws-mfa

Manage AWS MFA Security Credentials
MIT License
1.01k stars 163 forks source link

fix: add aws-mfa.bat to allow for script to be run from CMD PATH #79

Open bthuilot opened 1 year ago

bthuilot commented 1 year ago

Currently installs on Windows CMD/Powershell are not able to run aws-mfa since it wont pick up on the shell script in the PATH, so adding a .bat file that runs the script will make it available.