changeset 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 46df8ac16d8c
children c3b02439a398
files bin/z
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/z	Mon May 06 14:47:30 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+yes "$@"