mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 00:02:58 +03:00
9 lines
117 B
Bash
9 lines
117 B
Bash
a#!/bin/bash
|
|
set -e
|
|
|
|
source dev-container-features-test-lib
|
|
|
|
check "wine exists" wine --version
|
|
check
|
|
|
|
reportResults |