mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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 "$@"
|