From 6debb6ff080df0c8de92b6a2007ef72c2a212f4f Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 12:47:15 -0600 Subject: [PATCH] bin.org: Fix a babel error --- bin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin.org b/bin.org index f3df813..b758d73 100644 --- a/bin.org +++ b/bin.org @@ -17,7 +17,7 @@ A stupid script I wrote ages ago to help me be lazy with cidr notation for stuff. Setup the wrong netmask a few times and you too, will wish for something similar. -#+BEGIN_SRC perl :padline no :tangle tmp/bin/cidr:padline no +#+BEGIN_SRC perl :padline no :tangle tmp/bin/cidr #!/usr/bin/env perl # # Convert input ip/cidr|netmask|hexnetmask to useable network information.