diff options
Diffstat (limited to '.local/bin/dmsearch')
-rwxr-xr-x | .local/bin/dmsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmsearch b/.local/bin/dmsearch index cfef937..f13189d 100755 --- a/.local/bin/dmsearch +++ b/.local/bin/dmsearch @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use strict; use warnings; |