The little things give you away... A collection of various small helper stuff
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

17 satır
400 B

  1. #!/bin/bash
  2. scriptpath="$(cd "$(dirname "$0")"; pwd -P)"
  3. if [[ "$1" =~ ^http ]]
  4. then
  5. url="$1"
  6. url="${url/http:/https:}"
  7. pattern="${url//./\\.}"
  8. pattern="${pattern/https:/https?:}"
  9. else
  10. url="https://${1}.blogspot.com/"
  11. pattern="https?://${url//./\\.}/"
  12. fi
  13. echo "!a ${url}"
  14. echo "!ig $("${scriptpath}/archivebot-jobid-calculation" "${url}") ^${pattern}search\?(.*&)?reverse-paginate=true(&|$)"