fbrosson | 533407a | 2018-04-04 21:44:29 +0000 | [diff] [blame] | 1 | #!/usr/bin/env perl |
Gilles Peskine | bf359c7 | 2019-07-27 23:56:04 +0200 | [diff] [blame] | 2 | # Backward compatibility redirection |
3 | my $py = $0; | ||||
4 | $py =~ s/\.pl$/.py/; | ||||
Gilles Peskine | 6cf3127 | 2019-07-29 23:42:50 +0200 | [diff] [blame] | 5 | exec 'python3', $py, @ARGV; |
6 | print STDERR "$0: python3: $!\n"; | ||||
7 | exit 127; |