5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								gpg --output /tmp/decrypt.html --decrypt "$@" 
							 | 
						||
| 
								 | 
							
								firefox /tmp/decrypt.html
							 |