source: other-projects/nz-flag-design/trunk/UNZIP.sh@ 29573

Last change on this file since 29573 was 29569, checked in by davidb, 9 years ago

Script to make it easier to unpack some of the checked-out files

  • Property svn:executable set to *
File size: 93 bytes
Line 
1#!/bin/bash
2
3cd main-form \
4 && unzip images.zip \
5 && unzip svg-edit-trunk.zip \
6 && cd ..
7
Note: See TracBrowser for help on using the repository browser.