source: trunk/dev/bin/script/UNJAR-FOR-EXPEDITEE-APPLET.sh~@ 494

Last change on this file since 494 was 494, checked in by davidb, 11 years ago
  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/bash
2
3cd unjarred-for-apollo-applet
4
5for jf in ../jars_apollo/*.jar ; do
6 echo Unjarring $jf
7 jar xvf $jf
8done
9
10/bin/rm manifest.mf
11/bin/rm -rf META-INF
12
13cd ..
Note: See TracBrowser for help on using the repository browser.