Trouble Finding Cygwin Filesystem On Windows

Hello everyone,

I’m trying to make my own script which is a .sh file like the one given in this link https://github.com/ArduPilot/ardupilot/blob/master/libraries/SITL/examples/Morse/start_follow.s. My intention is to re-write it for ArduPlane.

Is there a way I can run my own scripts on Cygwin? I know it has github files on the local Cygwin filesystem, but I cannot locate it.

Cygwin is typically installed to C:\cygwin or C:\cygwin64

Your user profile is in the ./home/<username> subfolder.

1 Like

Thank you. I figured it out. It was much more easier to find the files in the search bar.