mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-26 21:19:56 +03:00
Removed import and fixed fullscreen.
This commit is contained in:
parent
a13cc8f481
commit
272ce7f36d
3 changed files with 72 additions and 52 deletions
|
@ -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 = "// ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue