Skip to content

Instantly share code, notes, and snippets.

View fam-gtfo's full-sized avatar

Famously Dismantled fam-gtfo

View GitHub Profile
@fam-gtfo
fam-gtfo / copy-from-gcp.sh
Last active December 28, 2020 05:39
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