Removed import and fixed fullscreen.

This commit is contained in:
Kapendev 2025-01-15 05:25:51 +02:00
parent a13cc8f481
commit 272ce7f36d
3 changed files with 72 additions and 52 deletions

View file

@ -1,8 +1,12 @@
#!/bin/env rdmd
#!/bin/env -S dmd -i -run
/// A helper script that adds a header to every file in a directory.
import std;
import std.file;
import std.stdio;
import std.string;
import std.algorithm;
import std.parallelism;
enum fileExt = ".d";
enum header = "// ---