comparison src/translator/make_ui.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_ui.sh@773ddddb583d
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 #!/bin/bash
2
3 ui_file=$1
4 echo $ui_file \> ui_`basename $ui_file .ui`.py
5 pyuic4 $ui_file > ui_`basename $ui_file .ui`.py