mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
15 lines
188 B
Bash
Executable File
15 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
mkdir ~/.lexaloffle
|
|
|
|
cp -rf pico-8 ~/.lexaloffle
|
|
|
|
mkdir ~/.lexaloffle/pico-8/carts
|
|
|
|
ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts
|
|
|
|
touch .done
|