4 lines
		
	
	
		
			53 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			53 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| touch foo
 | |
| busybox mv foo bar
 | |
| test ! -f foo -a -f bar
 | 
| touch foo
 | |
| busybox mv foo bar
 | |
| test ! -f foo -a -f bar
 |