mirror of
https://github.com/burghardt/easy-wg-quick.git
synced 2026-01-25 10:32:01 +01: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 .
|