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