Scripts: use generic Perl shebang

This commit is contained in:
Shahram Najm 2022-08-12 11:57:13 +01:00
parent de976ac0c2
commit 71f5bd5d69
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/local/bin/perl56 -I/usr/local/lib/metaps/perl
#!/usr/bin/env perl
use strict;
use File::Path ;
use File::Basename ;