aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-11-19 03:45:14 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-11-19 03:45:14 +0600
commit4e955f349fc2bb6fb725911c5e7dc120d5ab9d47 (patch)
tree7f7cb3b88baf703dbc7902bfa45949217966bc6f
parentc0c4514aab59da30ff38cfd610efa9d55e94f314 (diff)
Stupid me, thought I'd need that or smt, when I forgot that I'm completely working the capsule dir in the first place git diff!HEADmain
-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}"