diff options
| -rwxr-xr-x | c2x | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ #!/bin/sh # creates a $1_xhtml dir and that's your root cd "${1}" || exit -capsule_dir="${PWD}" printf "Making required dirs..." for subdir in $(find * -type d); do mkdir -p "../${1}_xhtml/${subdir}" |