▲ | DoctorOW 2 days ago | |||||||
To give an example, my main website is C#, I love it from a dev perspective and performance perspective. But I also have PHP on my personal server and will knock out PHP scripts for one off demo projects. I just ssh into my server, `vim projects/example.php` and it's instantly deployed as a link I can share. | ||||||||
▲ | hu3 2 days ago | parent [-] | |||||||
There's `dotnet run` now. You can: vim projects/example.cs
dotnet run projects/example.csNot the same as PHP I know, but it's close enough for me. | ||||||||
|