git repos / saland

packdata.sh

browsing at commit = 560828555dc1d0b572d899a89e4ac829e574d2c6

raw · blame · history

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