Skip to content

Instantly share code, notes, and snippets.

@bsdimp
bsdimp / post_dmesg_to_nycbug.pl
Created October 6, 2018 22:51 — forked from afresh1/post_dmesg_to_nycbug.pl
This script posts an OpenBSD dmesg to the NYC*BUG archive at http://www.nycbug.org/index.cgi?action=dmesgd
#!/usr/bin/perl
use strict;
use warnings;
use feature 'say';
use Sys::Hostname;
use HTTP::Tiny;
# This script posts your OpenBSD dmesg to the NYC*BUG dmesg archive.