summary refs log blame commit diff stats
path: root/build.sh
blob: 173fe8cb633ed71333c1c531e4a7576cc7d0083a (plain) (tree)
1
2
3
4
5




                                   
#!/bin/sh
mkdir -p out/cratera/
# worst tool for this job
cp -r cratera/* out/cratera/
cp cratera.lua out/cratera/init.lua