#!/bin/sh for LNG in "es" do cp po/$LNG.po app/translations/$LNG/LC_MESSAGES/messages.po echo Copied $LNG done