blob: c303445336fcde15a2584c7a912a79eb7220a8db [file] [log] [blame]
#!/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
echo "Finished cleaning. Copy the new artifacts here."