6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ./wine-env.sh
|
||
|
|
||
|
wine evoral-run-tests.exe
|