Eric Park | 6cbc77f | 2019-08-11 01:32:53 +0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Removes all build artifacts | ||||
4 | rm 404.html | ||||
5 | rm index.html | ||||
6 | rm sitemap.xml | ||||
7 | rm sitemap.xml.gz | ||||
8 | |||||
9 | rm -r 'Bliss OS' | ||||
10 | rm -r BlissRoms | ||||
11 | rm -r common | ||||
12 | rm -r infrastructure | ||||
13 | rm -r assets | ||||
14 | rm -r search | ||||
15 | |||||
Eric Park | c3a154e | 2019-08-12 13:16:31 +0800 | [diff] [blame] | 16 | echo "Finished cleaning. Copy the new artifacts here." |