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