git repos / saland

packdata.sh

browsing at commit = eb2e0f64699a415a366a3c88167e7ca43fccf782

raw · blame · history

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