changeset 5324:86fe690f3cdc

<oerjan> ` (echo \'#!/bin/bash\'; echo \'print_args_or_input "$@" | tr a-z A-Z | sed \'"\'"\'s/$/ CHICKEN/\'"\'") >bin/poulet
author HackBot
date Wed, 22 Apr 2015 11:19:43 +0000
parents 08b2d1edabdc
children 45e95842eb85
files bin/poulet
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/poulet	Wed Apr 22 11:10:21 2015 +0000
+++ b/bin/poulet	Wed Apr 22 11:19:43 2015 +0000
@@ -1,2 +1,2 @@
-#!/bin/sh
-echo "$@"
+#!/bin/bash
+print_args_or_input "$@" | tr a-z A-Z | sed 's/$/ CHICKEN/'