The little things give you away... A collection of various small helper stuff
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

13 righe
324 B

  1. #!/bin/bash
  2. for url in "$@"
  3. do
  4. echo "!ao ${url}"
  5. echo "!ao ${url}/videos"
  6. echo "!ao ${url}?disable_polymer=1"
  7. echo "!ao ${url}/videos?disable_polymer=1"
  8. echo "chromebot: a ${url}"
  9. echo "chromebot: a ${url}/videos"
  10. echo "chromebot: a ${url}?disable_polymer=1"
  11. echo "chromebot: a ${url}/videos?disable_polymer=1"
  12. done