Skip to content

Commit

Permalink
add clean-up script
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Mar 6, 2018
1 parent 4b381fd commit a59a3cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

rm -rf builds
rm -rf dist
rm -rf logs
rm -rf downloads
rm -rf tools

0 comments on commit a59a3cf

Please sign in to comment.