diff bin/poulet @ 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 d3ea7597c9aa
children
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/'