#!/bin/bash # # setup-libs.sh - Richtet lokale JavaScript/CSS Libraries ein # # Verwendung: # chmod +x setup-libs.sh # sudo ./setup-libs.sh # # Struktur: # /var/www/html/libs/ # ├── bootstrap/ # │ ├── 5.3.0/ # │ └── current -> 5.3.0 # ├── jquery/ # │ ├── 3.6.0/ # │ └── current -> 3.6.0 # ... # # Nutzung in HTML: # #