mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| cd /usr/local/bin
 | |
| curl -LO https://github.com/Mkaysi/gist/raw/master/cryptocurrency/start/multibit
 | |
| chmod +x multibit
 | |
| curl -LO https://github.com/Mkaysi/gist/raw/master/cryptocurrency/start/multidoge
 | |
| chmod 755 multidoge
 | |
| cd
 | 
