mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 02:36:18 +08:00 
			
		
		
		
	 85c34e47ee
			
		
	
	85c34e47ee
	
	
	
		
			
			Instead of selectively excluding this directory, hide it from the go tooling by applying the "_" prefix.
		
			
				
	
	
		
			4 lines
		
	
	
		
			51 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			51 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| codesign -s $CERT $1
 | |
| exec "$@"
 |