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

Last change on this file since 31212 was 29908, checked in by davidb, 9 years ago

Extra file to unzip

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