Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: inst/download_default_easylist_subscriptions.sh

Issue 29336289: devbuild
Patch Set: Created Feb. 12, 2016, 1:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « R/filter_devbuilds.R ('k') | inst/download_devbuilds_list.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 # downloads the current list of easylist subscriptions that can be default in ad blockplus
3 wget --quiet -O - https://hg.adblockplus.org/adblockplus/raw-file/tip/chrome/con tent/ui/subscriptions.xml | grep 'url="' | cut -d '/' -f 4 | sed 's/"//g' | sed 's/^/\//g'
OLDNEW
« no previous file with comments | « R/filter_devbuilds.R ('k') | inst/download_devbuilds_list.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld