From 7cc0529fc275a63516b0db2a551ecb0df2816da2 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 6 Dec 2011 09:45:39 -0500 Subject: [PATCH] ... and it's a Perl script, not a shell script. :) --- find-not-in-dir.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/find-not-in-dir.plx b/find-not-in-dir.plx index 10f8959..8bed16a 100755 --- a/find-not-in-dir.plx +++ b/find-not-in-dir.plx @@ -1,3 +1,4 @@ +#!/usr/bin/perl # find-not-in-dir.plx -*- Perl -*- # Possible bug: only -type f and -type d are checked # Copyright (C) 2001, 2002, 2003, 2004, 2008, 2011 Bradley M. Kuhn