diff options
-rwxr-xr-x | tree2md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#! /bin/bash +tree -f --noreport -I '*~' --charset ascii $@ | sed -e 's/| \+/ /g; s/[|`]-\+/ */g; s:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' |
index : bin | ||
mainly shell script | Jérémy Zurcher |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | tree2md | 2 |
@@ -0,0 +1,2 @@ +#! /bin/bash +tree -f --noreport -I '*~' --charset ascii $@ | sed -e 's/| \+/ /g; s/[|`]-\+/ */g; s:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' |