6 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| cd "$OLDPWD"
 | |
| 
 | |
| PATH_add "/opt/homebrew/opt/gnu-sed/libexec/gnubin"
 | |
| PATH_add "/opt/homebrew/opt/grep/libexec/gnubin"
 |