Skip to content

Instantly share code, notes, and snippets.

@markostamcar
markostamcar / drcsconv.pl
Last active June 16, 2020 15:43 — forked from saitoha/drcsconv.pl
Convert image file to VT-320's DRCS format.
#!/usr/bin/env perl
use strict;
use warnings;
if ($#ARGV != 0) {
print "ussage: drcsconv.pl <filename>.";
exit 0;
}
my $file = $ARGV[0];