File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ <h3>Installation</h3>
81
81
process it like so:
82
82
< pre >
83
83
cat $(ls -t ~/Downloads/client_secret*.json | head -1) \
84
- | sed -e 's/[{},]/\n/g' -e 's/":"/=/g' -e 's/"//g' \
84
+ | sed -e $ 's/[{},]/\\ \n/g' -e 's/":"/=/g' -e 's/"//g' \
85
85
| sed -e 's/client_id/CLIENT_ID/' -e 's/client_secret/CLIENT_SECRET/' \
86
86
| grep CLIENT_ > credentials.sh
87
87
</ pre >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ OAuth credentials so that it can access Fusion Table data on your behalf.
31
31
process it like so:
32
32
33
33
<pre >cat $(ls -t ~/Downloads/client_secret*.json | head -1) \
34
- | sed -e 's/[{},]/\n/g' -e 's/":"/=/g' -e 's/"//g' \
34
+ | sed -e $ 's/[{},]/\\ \n/g' -e 's/":"/=/g' -e 's/"//g' \
35
35
| sed -e 's/client_id/CLIENT_ID/' -e 's/client_secret/CLIENT_SECRET/' \
36
36
| grep CLIENT_ > credentials.sh
37
37
</pre >
You can’t perform that action at this time.
0 commit comments