changeset 4118:16a2f8331a14

<kmc> printf \'#!/bin/bash\\n\\nperl -e "$@"\\n\' > bin/perl-e && chmod +x bin/perl-e
author HackBot
date Mon, 02 Dec 2013 09:03:40 +0000
parents 1a2c6d8c7748
children a2f90dd552f0
files bin/perl-e
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/perl-e	Mon Dec 02 09:02:06 2013 +0000
+++ b/bin/perl-e	Mon Dec 02 09:03:40 2013 +0000
@@ -1,1 +1,3 @@
-#!/usr/bin/perl -e
+#!/bin/bash
+
+perl -e "$@"