diff src/translator/make_uis.sh @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/translator/make_uis.sh@3b5421d40f9b
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/translator/make_uis.sh	Sun Mar 09 00:12:19 2008 +0100
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for ui_file in *.ui; do
+  ./make_ui.sh $ui_file
+done
\ No newline at end of file