9 lines
		
	
	
		
			259 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			259 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
## Fonction de support pour cgilsxml
 | 
						|
##@cooked nocomments
 | 
						|
##@require ulib
 | 
						|
uprovide cgilsxml
 | 
						|
urequire ulib
 | 
						|
 | 
						|
function cgilsxml() { "$ULIBDIR/support/cgilsxml.py" "$@"; }
 |