mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
7 lines
108 B
Text
7 lines
108 B
Text
|
#!/bin/sh
|
||
|
|
||
|
ALEPHONE_DATA="/usr/share/AlephOne/gamedata/Marathon 2"
|
||
|
export ALEPHONE_DATA
|
||
|
|
||
|
exec alephone "$@"
|