aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemojitrans2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/emojitrans2.pl b/emojitrans2.pl
index c3984e0..e3eec7c 100755
--- a/emojitrans2.pl
+++ b/emojitrans2.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -p
+#!/usr/bin/env -S perl -p
use feature 'unicode_strings';
use utf8;
BEGIN { binmode(STDOUT, ":utf8");