Add eNavigator

This commit is contained in:
2025-04-03 17:28:36 -04:00
parent d26d0643f6
commit 2998b76925
89 changed files with 9298 additions and 0 deletions

4
eNavigator/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd eNavigatorUI
dotnet run
cd ..