Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/indispensable.git
#!/bin/bash

# Creates a distribution archive and uploads it to White Magic Software.
#

zip -v -9 -r indispensable-00.00.01.zip $(find source/ -type f | grep -v png$)