Better sh hl
This commit is contained in:
@ -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..."
|
||||
|
@ -22,7 +22,7 @@ This script:
|
||||
* Encrypts the archive with that password
|
||||
* Deletes the unencrypted archive
|
||||
|
||||
```bash
|
||||
```sh
|
||||
#!/bin/bash
|
||||
|
||||
# Directory where LUKS headers will be backed up
|
||||
|
Reference in New Issue
Block a user