Skip to content

Instantly share code, notes, and snippets.

@DESYS21
DESYS21 / shit
Created March 3, 2017 23:40 — forked from certik/shit
#!/usr/bin/perl
no warnings 'utf8';
use strict;
use Image::Magick;
use Term::Size;
use Getopt::Long;
use Time::HiRes qw(gettimeofday tv_interval);
our ($cachehit,$cachemiss,$nocache,$filter);