comparison 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
comparison
equal deleted inserted replaced
5323:08b2d1edabdc 5324:86fe690f3cdc
1 #!/bin/sh 1 #!/bin/bash
2 echo "$@" 2 print_args_or_input "$@" | tr a-z A-Z | sed 's/$/ CHICKEN/'