bin/echo-p
author hackbot
Thu, 03 Jun 2021 17:18:08 +0000
changeset 209 bd7a39c774c6
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<cd> ` cp gsbcl ../bin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
180
74b55dab8c04 <cd> revert 3b4183dfd246
hackbot
parents:
diff changeset
     1
#!/bin/bash
74b55dab8c04 <cd> revert 3b4183dfd246
hackbot
parents:
diff changeset
     2
echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null