Better sh hl

This commit is contained in:
2025-08-10 22:59:47 +00:00
parent 6eaf8a5c94
commit 876d0a6ff5
28 changed files with 134 additions and 118 deletions

View File

@ -14,7 +14,7 @@ So I restructured my directories, manually updated every path in Qbittorrent, Pl
My directory structure:
```console
```sh
.
└── media
├── seedbox
@ -42,7 +42,7 @@ Spare you the endless Q&A with ChatGPT—I was disappointed. Qwen3 was much clea
To test, I first asked for a script that only lists and compares:
```bash
```sh
#!/bin/bash
# Create an associative array to store duplicates
@ -88,7 +88,7 @@ Again, ChatGPT disappointed. Despite my requests, it created hardlinks *before*
Quick stopover to Qwen3, RTX 5090 in overdrive, and bam—much better result. Yes, it kept ChatGPT-style emojis, but here it is:
```bash
```sh
#!/bin/bash
echo "🔍 Step 1: Indexing original files in /media/seedbox..."