mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
12 lines
165 B
Bash
Executable File
12 lines
165 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
|