Skip to content

Commit

Permalink
linux people need cleaning too
Browse files Browse the repository at this point in the history
git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@11967 2f0db536-2c49-4257-a3fa-e771ed206c19
  • Loading branch information
davidpyke committed Apr 28, 2017
1 parent 9ea90a9 commit 98d1fa1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
find -name *bak -delete
find -name *class -delete
cd temp
find . -type f -delete
cd ..
cd guides/ccda2/output
find . -type f -delete
cd ../../..
cd guides/ccda2/qa
find . -type f -delete
cd ../../..
cd guides/ccda2/temp
find . -type f -delete
cd ../../..
cd publish
find . -type f -delete
cd ..

0 comments on commit 98d1fa1

Please sign in to comment.