Skip to content

Instantly share code, notes, and snippets.

View myselfhimself's full-sized avatar
🍫
Happy

Jonathan-David Schröder myselfhimself

🍫
Happy
  • France
View GitHub Profile
@myselfhimself
myselfhimself / directory-upload-gce.sh
Created December 6, 2017 13:49
Copying directory contents onto a Google Cloud Compute engine's instance with scp
#!/bin/sh
gcloud compute scp --project "myproject" --zone "my-zone" --scp-flag=-r ~/my-local-path "remote-image-name":/home/my-remote-path