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