9 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/sh
 | 
						|
if [ -f po/template.po ] 
 | 
						|
then
 | 
						|
    mv po/template.po po/template.po.bak
 | 
						|
fi
 | 
						|
 | 
						|
./get_strings -o po/template.po *.py */*.py *.glade */*.glade data/tips.xml
 | 
						|
 |