6 lines
41 B
Text
6 lines
41 B
Text
|
#!/bin/sh
|
||
|
|
||
|
HOME=`pwd`
|
||
|
$HOME/scummvm.elf
|
||
|
|