packdata.sh
browsing at commit = e719e177b8df37b1c16f766c1b9344afa6f47d67
#!/bin/bash
set -e
pushd data
zip -9X ../saland.data $(find * | sort)
popd
browsing at commit = e719e177b8df37b1c16f766c1b9344afa6f47d67
#!/bin/bash
set -e
pushd data
zip -9X ../saland.data $(find * | sort)
popd