mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			152 B
		
	
	
	
		
			Scheme
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			152 B
		
	
	
	
		
			Scheme
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| #| -*- scheme -*-
 | |
| exec racket -um "$0" "$@"
 | |
| |#
 | |
| 
 | |
| (require racket/file racket/path racket/list racket/string
 | |
|          (for-syntax racket/base))
 |