mirror of
				https://github.com/Dummi26/mers.git
				synced 2025-10-31 03:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env sh
 | |
| cd ../mers
 | |
| cargo build --features nushell_plugin --profile nushellplugin
 | |
| cp target/nushellplugin/mers ../build_scripts/nu_plugin_mers
 | |
| echo "done. now run 'register nu_plugin_mers' in nu. You should then be able to use mers-nu."
 | 
