Skip to content

Instantly share code, notes, and snippets.

@fam-gtfo
Last active December 28, 2020 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fam-gtfo/475c00f8f8d03fc7666f93c1a9524076 to your computer and use it in GitHub Desktop.
Save fam-gtfo/475c00f8f8d03fc7666f93c1a9524076 to your computer and use it in GitHub Desktop.
Copy file to macOS clipboard from GCP vm
# 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
@ORESoftware
Copy link

thank you, should come in handy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment