Differences From
Artifact [1b91829505]:
1 1 /* [ʞ] safekill.c <c.hale.su/lexi/util>
2 2 * ~ lexi hale <lexi@hale.su>
3 3 * $ cc -Ofast safekill.c -lX11 -lc -osafekill
4 + * © affero general public license
4 5 * a utility to make it harder to accidentally nuke
5 - * important windows on i3wm or whatever.
6 - * released under affero general public license */
6 + * important windows on i3wm or whatever. */
7 7
8 8 #include <X11/Xlib.h>
9 9 #include <X11/Xutil.h>
10 10 #include <stdio.h>
11 11 #include <stdlib.h>
12 12 #include <string.h>
13 13 #include <errno.h>