annotate bin/echo-p @ 6912:f6cfe22a201c

<lifthrasiir> ` (echo \'#!/bin/sh\'; echo \'echo Nice try.\') > bin/man && chmod a+x bin/man
author HackBot
date Fri, 19 Feb 2016 06:08:34 +0000
parents c1477023c681
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6658
c1477023c681 <oerjan> mkx bin/echo-p//echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null
HackBot
parents:
diff changeset
1 echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null