mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
13 lines
166 B
Bash
Executable File
13 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir ~/.lexaloffle
|
|
|
|
cp -rf pico-8 ~/.lexaloffle
|
|
|
|
mkdir ~/.lexaloffle/pico-8/carts
|
|
|
|
ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts
|
|
|
|
touch .done
|
|
|