Files
totp-docker/totp.sh
Damir Ibragimov aa5b17fa91 Update 2 files
- /Dockerfile
- /totp.sh
2023-09-13 19:41:51 +00:00

5 lines
83 B
Bash

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