D scripts A collection of D scripts and useful pieces of code. Requirements D compiler rdmd tool (comes with D compiler) How to run D scripts Change file mode to allow execution (use sudo if necessary) chmod +x file.d Execute the file ./file.d LICENSE All code is licensed under MIT License.