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