7 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| 
 | |
| if [ $# -lt 1 ] ; then 
 | |
| 	echo noe
 | |
| 	exit 1
 | |
| fi
 | |
| 
 | |
| smbclient $@ -n STEVEN2 -N
 |