5 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
mkdir -p ~/projects
 | 
						|
cd ~/projects
 | 
						|
git clone git@github.com:NetFPGA/P4-NetFPGA-live.git P4-NetFPGA
 |