6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2"
 | |
| 
 | |
| gpg -u $SNEAK_KEY_ID -a --detach-sig "$*"
 |