aboutsummaryrefslogtreecommitdiff
path: root/c2x
diff options
context:
space:
mode:
Diffstat (limited to 'c2x')
-rwxr-xr-xc2x1
1 files changed, 0 insertions, 1 deletions
diff --git a/c2x b/c2x
index d05c8de..91e608e 100755
--- a/c2x
+++ b/c2x
@@ -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}"