mirror of
				https://github.com/akelge/vim
				synced 2025-11-03 23:14:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			57 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			57 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
if [ -d $1 ]; then
 | 
						|
    cd $1
 | 
						|
else
 | 
						|
    cd `dirname $1`
 | 
						|
fi
 |