Skip to content

Instantly share code, notes, and snippets.

@mattmorganpdx
Created July 21, 2021 17:45
Show Gist options
  • Save mattmorganpdx/93287e8dc52c18c47feb25c1b1aa7f17 to your computer and use it in GitHub Desktop.
Save mattmorganpdx/93287e8dc52c18c47feb25c1b1aa7f17 to your computer and use it in GitHub Desktop.
Testing Remote Startup Script in GCP
#!/usr/bin/env bash
hostname=$(hostname)
echo Hello $hostname > /tmp/fb.host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment