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

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

Added aditional tasks that need to be performed

  • Property svn:executable set to *
File size: 146 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 && cd ..
11
Note: See TracBrowser for help on using the repository browser.