This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!bin/bash | |
echo "Export your Gmail contacts as a CSV, name it contacts.csv, put it in this directory, press Enter" | |
read foo | |
wget --referer=https://forum.btcsec.com https://forum.btcsec.com/uploads/manual_09_2014/google_5000000.7z | |
echo "I haven't worked out a way to unzip .7z files from a cli yet... patches welcome" | |
echo "Press enter when you've unzipped the file" | |
read foo |