mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
for index in {89..181}
 | 
						|
do 
 | 
						|
    instrs=$(($index*1000000))
 | 
						|
    echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
 | 
						|
done
 |