mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
17 lines
356 B
Bash
Executable File
17 lines
356 B
Bash
Executable File
#!/bin/sh
|
|
cd $HOME/wesnoth/wesnoth-1.2/po
|
|
find . -name "*.po" -exec rm {} \;
|
|
svn cleanup
|
|
svn up
|
|
|
|
cd $HOME/wesnoth/wesnoth/po
|
|
find . -name "*.po" -exec rm {} \;
|
|
svn cleanup
|
|
svn up
|
|
|
|
cd $HOME/wesnoth/wescamp-i18n/
|
|
find . -name "*.po" -exec rm {} \;
|
|
svn cleanup
|
|
svn up
|
|
wget -q -O /dev/null http://pulsar.unizar.es/~isaac/wesnoth-gettext/westats/grab-stats.php
|