7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
/usr/sbin/pcscd -f -d &
|
|
sleep 2
|
|
./build_in_docker/pico_hsm
|
|
#pytest tests -W ignore::DeprecationWarning
|