Files
totp-docker/totp.sh
2023-09-13 19:43:58 +00:00

6 lines
84 B
Bash

#!/bin/sh
read -p "Secret name: " SECRET
docker exec -it totp-docker totp $SECRET