feat: Add more debugging
This commit is contained in:
parent
b58bcb5f81
commit
a4c52e8f8d
@ -12,12 +12,12 @@ ignore_files=("README.md" ".git" ".gitmodules")
|
||||
create_symlinks() {
|
||||
local src_dir="$1"
|
||||
local target_dir="$2"
|
||||
|
||||
# Create the target directory if it doesn't exist
|
||||
mkdir -p "$target_dir"
|
||||
|
||||
# For each file
|
||||
for file in "$src_dir"/*; do
|
||||
echo "Processing: $file"
|
||||
# Get the file name
|
||||
local file_name=$(basename "$file")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user