Alberto Grimaudo
Alberto Grimaudo
I copied the `easymake.mk` into my working directory and created a `Makefile` containing ``` CXXFLAGS=-O2 include ./easymake.mk ``` After executing `make` and successfully building I tried `make clean` but it...
I have a custom PS1 which results in something like this ``` username:[/random/path] $ ``` with 'username' and the path being colored. Can I use these values and then let...
I'm using WSL2 with Ubuntu 18.04 on Windows Terminal: I was wondering if it was possible to use your script to open WSL2 in the current windows directory. At the...