Files
ARM64/eNavigator/run.sh
2025-04-03 17:28:36 -04:00

5 lines
45 B
Bash
Executable File

#!/bin/bash
cd eNavigatorUI
dotnet run
cd ..