git repos / saland

packdata.sh

browsing at commit = 252f47f3c0800614ddcbd581fe662540f52b8477

raw · blame · history

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