mirror of
https://abf.rosa.ru/djam/frogatto.git
synced 2025-02-23 17:22:52 +00:00
7 lines
124 B
Bash
7 lines
124 B
Bash
#!/bin/sh
|
|
|
|
DATA_DIRECTORY=/usr/share/frogatto
|
|
BINARY_FILE=/usr/lib/frogatto/game
|
|
|
|
cd $DATA_DIRECTORY
|
|
exec $BINARY_FILE "$@"
|