5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source ./env
|
|
|
|
cd 'wine/drive_c/Program Files (x86)/LEGO Island/' && wine 'ISLE.EXE'
|