annotate bin/perl-e @ 4381:e979f67fe1fb

<boily> ` chmod 0755 bin/hd
author HackBot
date Thu, 30 Jan 2014 18:40:56 +0000
parents 0ef4fd4b7475
children
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 perl -e "$@"