summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/debian/watch/legacy-scripts/build-spec/orig/perl-bizarre-2
blob: afd9cfe5893df391ef8c332dfbe2085848faf0c3 (plain)
1
2
3
4
5
6
7
#!/bin/sh
eval 'exec /usr/bin/perl -wS $0 ${1+"$@"}'
    if $running_under_some_shell;

# I'm someone following perlrun except without using the Perl #! line.
# Now something to choke bash.
while (<>) { if (/%#/) { print } }