9 lines
244 B
Bash
9 lines
244 B
Bash
#!/bin/bash
|
|
|
|
# liberation-circuit start script
|
|
# Currently there is no way to explicitly specify the asset folder location
|
|
# so we have to switch the working directory before starting the game.
|
|
|
|
cd /usr/share/games/liberation-circuit
|
|
./libcirc
|