7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/bash | ||
|  | 
 | ||
|  | export HOMEBREW_RDBG="1" | ||
|  | 
 | ||
|  | HOMEBREW_PORTABLE_RUBY_BIN="$(cd "$(dirname "$0")"/../../ && pwd)/vendor/portable-ruby/current/bin/" | ||
|  | exec "${HOMEBREW_PORTABLE_RUBY_BIN}"rdbg "$@" |