generated from mirzaev/pot
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
if [ -d author/project ]; then
 | 
						|
	mv author/project author/brainrot
 | 
						|
fi
 | 
						|
 | 
						|
if [ -d author ]; then
 | 
						|
	mv author kodorvan
 | 
						|
fi
 | 
						|
 |