mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
cd src
|
|
moonc -t ../lib .
|
|
cd ..
|
|
cp -rf ./lib/pop/* ./demo/pop/
|