Carey Tews careytews
- England, innit
- Sign in to view email
- https://careytews.github.io/
View copy-from-gcp.sh
# I wanted to copy a file to the macOS clipboard without displaying it on the screen | |
gcloud compute ssh --zone [zone] --project [project] [vm-name] --command "cat [file]" | pbcopy | |