5 lines
52 B
Bash
Executable file
5 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source ./env
|
|
|
|
cd data && wine ./diva.exe
|