source: tags/arb_5.5/util/arb_compress

Last change on this file was 9154, checked in by westram, 11 years ago

merge from dev [7782]

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 698 bytes
Line 
1    rm -f arb.tgz
2    tar cfvo - demo.arb \
3                arb_install.sh \
4                arb_*.txt \
5        `(  find bin ! -type d; \
6            find PERL_SCRIPTS ! -type d; \
7            find SH ! -type d; \
8            find GDEHELP -name "ARB_GDEmenus"; \
9            find GDEHELP/DATA_FILES ! -type d; \
10            find lib ! -type d | grep -v "/pts/") \
11        | grep -v "^.svn/" \
12        | grep -v "^CVS/" \
13        | grep -v "/.svn/" \
14        | grep -v "/CVS/" \
15        | grep -v "/unused/" \
16        | grep -v "ChangeLog$" \
17        | grep -v 'lib\/nas\/names.dat$' \
18        | grep -v '/\..*$' \
19        | grep -v '/#[^/]*$' \
20        ` \
21    |gzip >arb.tgz
22
23    ls -al arb.tgz
24
Note: See TracBrowser for help on using the repository browser.