mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:42:44 +00:00 
			
		
		
		
	| This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
    | rename 's/ClientConnection\.h/ConnectionFromClient.h/'
find . -name ClientConnection.cpp
    | rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/' | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConnectionFromClient.h | ||
| main.cpp | ||
| ShellComprehensionEngine.cpp | ||
| ShellComprehensionEngine.h | ||