mirror of
https://github.com/librekeys/pico-fido.git
synced 2026-07-28 08:01:53 -07:00
8 lines
162 B
Bash
Executable File
8 lines
162 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
source "$SCRIPT_DIR/docker_env.sh"
|
|
run_in_docker "$SCRIPT_DIR/start-up-and-test.sh"
|
|
|