17 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| #
 | |
| # Nico Schottelius <nico@schottelius.(net|org)>
 | |
| # Date: 22-May-2003
 | |
| # Last Modified: -
 | |
| #
 | |
| 
 | |
| . "$1"
 | |
| 
 | |
| # SOURCES
 | |
| # alpha
 | |
| # beta
 | |
| # testing
 | |
| # stable *
 | |
| # unstable
 | |
| 
 | |
| # * = required
 |