mirror of
https://github.com/burghardt/easy-wg-quick.git
synced 2026-05-05 20:26:29 +02:00
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
env PATH=".:$PATH" \
|
|
bats --tap .
|