social-queue.bash 194 B

12345678910111213
  1. #!/bin/bash
  2. ## Este script roda OportunisticQM em social.pirata.xyz
  3. CURL=1
  4. DOMAIN="social.pirata.xyz"
  5. URL="https://${DOMAIN}/main/runqueue"
  6. while [ $CURL -gt 0 ]
  7. do
  8. CURL=$(curl ${URL})
  9. done