Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, April 2, 2008

It feels like scripting in windows

#/bin/bash

function echo_cmd {
echo $*
$*
}

echo_cmd cp /dev/urandom /dev/null