Builder/clean.sh
2024-03-25 20:30:21 +01:00

7 lines
130 B
Bash

#Discard uncommited changes
hg revert --all --no-backup
#Clean build
./mach clobber
#Update Mozilla repo
hg pull -u
./mach update