mirror of
				https://github.com/JakeWharton/mosaic.git
				synced 2025-10-31 02:39:10 +08:00 
			
		
		
		
	 0a4b690c90
			
		
	
	0a4b690c90
	
	
	
		
			
			New renders for the demo and rrtop. Also use self-documenting awaitCancelation function in their code.
		
			
				
	
	
		
			15 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| sleep 10
 | |
| echo -e "\e[C" # Right
 | |
| sleep 2
 | |
| echo -e "\e[C" # Right
 | |
| sleep 2
 | |
| echo -e "\e[C" # Right
 | |
| sleep 2
 | |
| echo -e "\e[C" # Right
 | |
| sleep 2
 | |
| echo -e "\e[C" # Right
 | |
| sleep 4
 | |
| echo "q"
 |