Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Create disconnect dataset analysis as part of preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jul 24, 2014
1 parent a918202 commit 090d5aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/one-shot/preparations.sh
Expand Up @@ -4,8 +4,10 @@ set -e
# services.json (also known as disconnect-plaintext.json) from disconnect.me
# Alternative URL: https://github.com/disconnectme/disconnect/raw/master/firefox/content/disconnect.safariextension/opera/chrome/data/services.json
wget "https://services.disconnect.me/disconnect-plaintext.json"
cat "disconnect-plaintext.json" | "${BASH_SOURCE%/*}/../classification/disconnect/prepare-service-list.sh" > "prepared.disconnect.services.json"
<"disconnect-plaintext.json" "${BASH_SOURCE%/*}/../classification/disconnect/prepare-service-list.sh" > "prepared.disconnect.services.json"
<"prepared.disconnect.services.json" "${BASH_SOURCE%/*}/../classification/disconnect/analysis.sh" > "prepared.disconnect.services.analysis.json"


wget "https://publicsuffix.org/list/effective_tld_names.dat"
cat "effective_tld_names.dat" | "${BASH_SOURCE%/*}/../classification/effective-tld/prepare-list.sh" > "prepared.effective-tld.json"
<"effective_tld_names.dat" "${BASH_SOURCE%/*}/../classification/effective-tld/prepare-list.sh" > "prepared.effective-tld.json"

0 comments on commit 090d5aa

Please sign in to comment.