6 echo "USAGE: $0 DIRECTORY"
11 if ! [[ "$DIR" ]]; then
18 # remove the twiki directory
23 #remove the twiki lease files.
24 find -name '*.lease' -print0 |
xargs -0 rm -f
26 #remove magic twiki boilerplate
27 for f
in WebAtom WebPreferences WebChanges WebRss \
28 WebCreateNewTopic WebSearchAdvanced WebHome WebSearch \
29 WebIndex WebStatistics WebLeftBar WebTopicList WebNotify \
30 WebTopicCreator WebTopicEditTemplate
; do
34 rm -f */${f}Talk.txt
,v