OC-KittenOS/package-gold.sh

12 lines
387 B
Bash
Raw Normal View History

#!/bin/sh
# This is released into the public domain.
# No warranty is provided, implied or otherwise.
stat repobuild/data/app-claw/local.lua && rm -rf repobuild
mkdir repobuild
cp -r code/* repobuild/
cp -r repository/* repobuild/
cp inst-gold.lua repobuild/inst.lua
lua clawmerge.lua repository/data/app-claw/local.lua code/data/app-claw/local.lua > repobuild/data/app-claw/local.lua