source: trunk/gsdl-documentation/manuals/clean-all.sh@ 13632

Last change on this file since 13632 was 13632, checked in by lh92, 17 years ago

Initial revision

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 262 bytes
RevLine 
[13632]1#!/bin/sh
2
3echo "clean english version"
4cd en
5rm -r html
6rm -r pdf
7cd ..
8
9echo "clean french version"
10cd fr
11rm -r html
12rm -r pdf
13cd ..
14
15echo "clean spanish version"
16cd es
17rm -r html
18rm -r pdf
19cd ..
20
21
22echo "clean russian version"
23cd ru
24rm -r html
25rm -r pdf
26cd ..
Note: See TracBrowser for help on using the repository browser.