We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24ca68 commit 0c6e5dbCopy full SHA for 0c6e5db
download_profile.sh
@@ -1,2 +1,4 @@
1
#!/bin/bash
2
-wget http://profile-store.commondatastorage.googleapis.com/$1
+wget http://profile-store.commondatastorage.googleapis.com/$1 -O /tmp/downloadedProfile.json
3
+echo "Pretty printing to: $1"
4
+cat /tmp/downloadedProfile.json | python -mjson.tool > $1
0 commit comments