changeset 4553:d3ea7597c9aa

<boily> ` echo -e \'#!/bin/sh\\necho "$@"\' >bin/poulet; chmod +x bin/poulet
author HackBot
date Sun, 13 Apr 2014 12:36:58 +0000
parents 5909544b6582
children a84870c7953c
files bin/poulet
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/poulet	Sun Apr 13 12:36:58 2014 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "$@"