scratch/tasks/reinitWebsite.sh

8 lines
192 B
Bash
Raw Permalink Normal View History

2010-10-06 14:48:00 +00:00
#!/usr/bin/env zsh
for rep in output/Scratch/{en,fr,assets}(/N) output/Scratch/sitemap.xml(.N); do
print -- "Suppression de $rep"
git co $rep
done
print -- "Website reinit from HEAD"