mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-11-04 10:11:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
#
 | 
						|
# This script acts like the "go" command, but uses Tailscale's
 | 
						|
# currently-desired version from https://github.com/tailscale/go,
 | 
						|
# downloading it first if necessary.
 | 
						|
 | 
						|
exec "$(dirname "$0")/../tool/gocross/gocross-wrapper.sh" "$@"
 |