git repos / saland

packdata.sh

browsing at commit = f2cbe5a056fdb7166d3f6edd33cbf80286638f8c

raw · blame · history

#!/bin/bash
set -e
mkdir -p packages
pushd data
find * | sort | xargs zip -9oX ../packages/saland-0001.data
popd