6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
echo "Waiting for GitHub to sync..."
|
|
sleep 30
|
|
echo "Testing GitHub raw URL..."
|
|
curl -I https://raw.githubusercontent.com/Frostystyle/firefrost-operations-manual/master/Firefrost_Infrastructure_Manifest_v1.4.md
|