7 lines
367 B
Bash
Executable File
7 lines
367 B
Bash
Executable File
#!/bin/bash
|
|
# Placeholder for Scripts/Handles.sh
|
|
# Please download manually from: https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Handles.sh
|
|
# Or run: curl -fsSL https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Handles.sh -o Scripts/Handles.sh
|
|
set -euo pipefail
|
|
echo "Handles.sh placeholder - please download the actual script"
|