annotate bin/os @ 6658:c1477023c681

<oerjan> mkx bin/echo-p//echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null
author HackBot
date Tue, 09 Feb 2016 01:12:38 +0000
parents bded6a85b720
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5980
3b250c34d186 <tswett> echo -e \'#!/bin/bash\\necho "$0"\' > bin/os
HackBot
parents:
diff changeset
1 #!/bin/bash
5984
bded6a85b720 <tswett> echo -e \'#!/bin/bash\\necho "$0" | sed -e \'\\\'\'s_.*/__\'\\\'\'\' > bin/os
HackBot
parents: 5982
diff changeset
2 echo "$0" | sed -e 's_.*/__'