source: trunk/termtv/utils/makezip.sh@ 17997

Last change on this file since 17997 was 17407, checked in by tbretz, 11 years ago
First version.
  • Property svn:executable set to *
File size: 445 bytes
Line 
1cd ..
2zip -9 termtv/download/termtv.zip \
3 termtv/fonts/* \
4 termtv/js/*.js \
5 termtv/LICENSE \
6 termtv/index.html \
7 termtv/termtv.css \
8 termtv/termtv.html \
9 termtv/termtv.js \
10 termtv/termtv-min.js \
11 termtv/index.rec \
12 termtv/utils/bdf2fontdescr.pl \
13 termtv/utils/makefont.pl \
14 termtv/img/*
15zip -9 termtv/download/font-source.zip \
16 termtv/fonts/source/*
17cd -
Note: See TracBrowser for help on using the repository browser.