Uploaded July 2026 | Updated September 2026, 1 week ago
I discovered this simple way to create a Windows executable which uses a built in compiler called csc and doesn't need you to install any dependencies to get it working. I made a simple minimal repo where you can double-click compile.bat to compile any .cs file using this method. github.com/chr15m/minimal-windows-exe
I discovered this simple way to create a Windows executable which uses a built in compiler called csc and doesn't need you to install any dependencies to get it working. I made a simple minimal repo where you can double-click compile.bat to compile any .cs file using this method. github.com/chr15m/minimal-windows-exe
![AIsh gives you shell script one liner solutions in your terminal prompt
I wrote this little script to increase my productivity on the command line. You can tell aish what you want to do in plain language and it will come up with a shell script one-liner for you to run. If you press [Enter] it inserts the line into your history, and then you can access it by pressing up once, and then run or edit it to your liking. Since I wrote this script I have found it saved me a bunch of time, so hopefully it will save some time for you too.
https://github.com/chr15m/aish AIsh gives you shell script one liner solutions in your terminal prompt](https://i.ytimg.com/vi/loLSfsN-uAo/mqdefault.jpg)









