5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
|
|
read -p "Secret name: " SECRET
|
|
|
|
docker exec -it totp-docker totp $SECRET |