indextext.html: update notice about ssh host key change
[girocco/readme.git] / toolbox / clear-all-htmlcache.sh
blob5f1a07c12bbaf6a6bab7e9f50895ba7d1b01b31d
1 #!/bin/sh
3 # clear-all-htmlcache
4 # Remove all files present in the htmlcache subdirectory of each project.
5 # A count of projects that had files to be removed is displayed.
7 # The old clear-all-htmlcache.sh has been replaced by clear-all-htmlcache.pl;
8 # it now simply runs that.
10 exec @basedir@/toolbox/clear-all-htmlcache.pl "$@"