7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
chmod a+x tests/scripts/*.sh
|
|
|
|
echo "======== CLI Test suite ========"
|
|
./tests/scripts/yubico-piv-tool.sh
|