4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/sh
|
|
|
|
exec ${LOCALBASE}/bin/godot --main-pack \
|
|
${TRUEPREFIX}/share/pixelorama/Pixelorama.pck
|