Skip to content

Instantly share code, notes, and snippets.

View grochmal's full-sized avatar

Michal Grochmal grochmal

View GitHub Profile
#!/bin/env rdmd
module xorg_show_grabs;
import std.algorithm;
import std.conv;
import std.exception;
import std.getopt;
import std.stdio;
import std.string;