bin/echo-p
author hackbot
Sat, 29 May 2021 01:36:42 +0000
changeset 151 53e48673a946
parent 42 d7c3af9c8501
permissions -rw-r--r--
<cd> bashify /hackenv/bin/echo-p

#!/bin/bash
echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null