10 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# TODO:
							 | 
						||
| 
								 | 
							
								#  - Add options for port
							 | 
						||
| 
								 | 
							
								#  - Automatically get password from `pass`
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								PORT=12800
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ssh -N -D $PORT nortega@themusicinnoise.net
							 |