view bin/! @ 2874:f3d155a01289

<shachaf> echo $\'#!/bin/bash\\nyes "$@"\' > bin/z; chmod +x bin/z; wc bin/z
author HackBot
date Mon, 06 May 2013 14:47:30 +0000
parents 41595cf4a435
children
line wrap: on
line source

#!/bin/sh
\? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g -e 's/!\?$/!/'