3 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/zsh
 | |
| profile="${${0:t}%%-cp}"
 | |
| cp "$@" ${XDG_DATA_HOME:-$HOME/.local/share}/jails/webapp-$profile/
 | 
