From a0565255c7aa48ace20b54e39e30d24279f06197 Mon Sep 17 00:00:00 2001 From: Mitchell Tishmack Date: Fri, 6 Nov 2020 10:22:26 -0600 Subject: [PATCH] Add mkdirp header entry. --- bin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin.org b/bin.org index 756680a..4ebd7b3 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 +#+BEGIN_SRC perl :padline no :tangle tmp/bin/cidr :mkdirp true #!/usr/bin/env perl # # Convert input ip/cidr|netmask|hexnetmask to useable network information.