mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-05-06 08:43:21 +02: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
|