git repos / saland

packdata.sh

browsing at commit = f78a1c9efd186da13784bc52ef3c8d075f5cc2d0

raw · blame · history

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