blob: c303445336fcde15a2584c7a912a79eb7220a8db [file] [log] [blame]
Eric Park6cbc77f2019-08-11 01:32:53 +08001#!/bin/bash
2
3# Removes all build artifacts
4rm 404.html
5rm index.html
6rm sitemap.xml
7rm sitemap.xml.gz
8
9rm -r 'Bliss OS'
10rm -r BlissRoms
11rm -r common
12rm -r infrastructure
13rm -r assets
14rm -r search
15
Eric Parkc3a154e2019-08-12 13:16:31 +080016echo "Finished cleaning. Copy the new artifacts here."