annotate bin/perl-e @ 4204:59ead7c90aeb

<oerjan> learn An omalous wisdom is anomalous.
author HackBot
date Thu, 19 Dec 2013 21:03:56 +0000
parents 16a2f8331a14
children 0ef4fd4b7475
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4118
16a2f8331a14 <kmc> printf \'#!/bin/bash\\n\\nperl -e "$@"\\n\' > bin/perl-e && chmod +x bin/perl-e
HackBot
parents: 4117
diff changeset
1 #!/bin/bash
16a2f8331a14 <kmc> printf \'#!/bin/bash\\n\\nperl -e "$@"\\n\' > bin/perl-e && chmod +x bin/perl-e
HackBot
parents: 4117
diff changeset
2
16a2f8331a14 <kmc> printf \'#!/bin/bash\\n\\nperl -e "$@"\\n\' > bin/perl-e && chmod +x bin/perl-e
HackBot
parents: 4117
diff changeset
3 perl -e "$@"