Skip to content

Instantly share code, notes, and snippets.

@kashamalasha
kashamalasha / .bahrc
Last active April 29, 2024 09:54
OTP Python scripting
# .bashrc or .zshrc
# ...
# Set environment variables
export OTP_VPN="SOMESECRET"
export OTP_EC2="ANOTHERSECRET"
# Set aliases for executing python script from any path
alias otp="~/Documents/sandbox/otp/otp.sh"