~jbicha/ubuntu-start-page/use-more-https

1
2
3
4
5
6
7
8
#!/bin/bash
pushd translation-scripts/ > /dev/null
bash translate-10.04.sh
bash translate-10.10.sh
bash translate-11.04.sh
bash translate-11.10.sh
bash translate-12.04.sh
popd > /dev/null