commit | 6cbc77f4624314f2fc4f3a28fef76ab0c08b32f8 | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Sun Aug 11 01:32:53 2019 +0800 |
committer | Eric Park <ideamaneric@gmail.com> | Sun Aug 11 01:32:53 2019 +0800 |
tree | 09d44c037ad9303fcca5269068036aa5a969bde7 | |
parent | 7e2946348b58cf481c2ad206b4c2c03ee00cb823 [diff] [blame] |
Add cleanup script Change-Id: I4c82837d15c770ece91e6e0355ee7bf583a16d5e
diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..9997fa6 --- /dev/null +++ b/cleanup.sh
@@ -0,0 +1,15 @@ +#!/bin/bash + +# Removes all build artifacts +rm 404.html +rm index.html +rm sitemap.xml +rm sitemap.xml.gz + +rm -r 'Bliss OS' +rm -r BlissRoms +rm -r common +rm -r infrastructure +rm -r assets +rm -r search +