source: tags/arb_5.3/util/arb_compress

Last change on this file was 6289, checked in by westram, 14 years ago
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 733 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 Xlib ! -type d; \
11            find lib ! -type d | grep -v "/pts/") \
12        | grep -v "^.svn/" \
13        | grep -v "^CVS/" \
14        | grep -v "/.svn/" \
15        | grep -v "/CVS/" \
16        | grep -v "/unused/" \
17        | grep -v "ChangeLog$" \
18        | grep -v 'lib\/nas\/names.dat$' \
19        | grep -v '/\..*$' \
20        | grep -v '/#[^/]*$' \
21        ` \
22    |gzip >arb.tgz
23
24    ls -al arb.tgz
25
Note: See TracBrowser for help on using the repository browser.