mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 15:52:59 +03:00
8 lines
119 B
Bash
8 lines
119 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
source dev-container-features-test-lib
|
|
|
|
check "wine exists" bash -c "wine --version"
|
|
|
|
reportResults |