~ubuntu.cat/ubuntaires/ajuda

« back to all changes in this revision

Viewing changes to intrepid/scripts/hack.sh

  • Committer: Arnau Alcázar Lleopart
  • Date: 2009-07-17 11:09:35 UTC
  • Revision ID: arnau@alcalleop.net-20090717110935-gnslz4lobcm7wj8y
Afegit la traducció de la intrepid

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
for i in `cat libs/shipped-docs` ; do cd $i/po ; mv ../*.po . ; for x in $i-*.po ; do echo $x ; mv $x ${x#$i-} ; done ; cd ../../ ; done