Update 2 files

- /Dockerfile
- /totp.sh
This commit is contained in:
2023-09-13 19:41:51 +00:00
commit aa5b17fa91
2 changed files with 26 additions and 0 deletions

5
totp.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
read -p "Secret name: " SECRET
docker exec -it totp-docker totp $SECRET