I'm not super familiar with WSL; does it allow you full access to all your files, or is it a fenced-off environment?
On my Mac I have various cronjobs and scripts running that work copy-paste the same as on a real server. I even have Nginx serving static files for local development!
Comments
I'm not super familiar with WSL; does it allow you full access to all your files, or is it a fenced-off environment?
On my Mac I have various cronjobs and scripts running that work copy-paste the same as on a real server. I even have Nginx serving static files for local development!
Easily. Your Windows C: drive is in /mnt/c in WSL.
And your WSL root (/) is in e.g. \\wsl.localhost\Ubuntu on Windows.
It’s too late for me, but that’s quite nice actually.