The little things give you away... A collection of various small helper stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
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