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