forked from aniani/vim
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
#
 | 
						|
# ref - Check spelling of the arguments
 | 
						|
#
 | 
						|
# Usage: ref word ..
 | 
						|
#
 | 
						|
# can be used for the K command of Vim
 | 
						|
#
 | 
						|
spell <<EOF
 | 
						|
$*
 | 
						|
EOF
 |