diff options
Diffstat (limited to 'test/oathtool.sh')
-rwxr-xr-x | test/oathtool.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/oathtool.sh b/test/oathtool.sh new file mode 100755 index 0000000..d1d3441 --- /dev/null +++ b/test/oathtool.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +for key in baadf00d deadc0de; do + echo -n "$key: " + oathtool --totp=sha512 $key +done
\ No newline at end of file |