From 2fcadd5c5d941cbb0c98ec258a561ff65025bf46 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sat, 28 May 2011 15:22:47 -0400 Subject: [PATCH] Began work on a script to import old bash patches to build a Git repository. --- bash-patch-apply.plx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash-patch-apply.plx diff --git a/bash-patch-apply.plx b/bash-patch-apply.plx new file mode 100644 index 0000000..fc8cf02 --- /dev/null +++ b/bash-patch-apply.plx @@ -0,0 +1,4 @@ +#!/usr/bin/perl + +use strict; +use warnings;