diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-19 03:45:14 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-19 03:45:14 +0600 |
| commit | 4e955f349fc2bb6fb725911c5e7dc120d5ab9d47 (patch) | |
| tree | 7f7cb3b88baf703dbc7902bfa45949217966bc6f | |
| parent | c0c4514aab59da30ff38cfd610efa9d55e94f314 (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-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}" |