harry-thorpe / piggy

Pipeline for analysing intergenic regions in bacteria
GNU General Public License v3.0
37 stars 7 forks source link

Update perl shebang line #1

Closed tseemann closed 5 years ago

tseemann commented 7 years ago

Current

#!/usr/bin/perl -w

Should be:

#!/usr/bin/env perl
use strict;
use warnings;