8 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/zsh
 | |
| use scwrypts/meta
 | |
| #####################################################################
 | |
| 
 | |
| MAIN() {
 | |
| 	SCWRYPTS__RUN --name system/packages/install --group scwrypts --type zsh -- --only-build $@
 | |
| }
 |