Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| package main | |
| import ( | |
| "bytes" | |
| "context" | |
| "flag" | |
| "io" | |
| "path/filepath" | |
| "fmt" |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| #!/bin/bash | |
| # | |
| # GCloud startup script to auto-restart any instances with 'revive' tag. | |
| # The calling machine must have Read/Write access to compute API!! | |
| # I use this to reboot preemptible instances. | |
| # Output is logged to /tmp/revive.log | |
| indent() { sed 's/^/ /'; } | |
| revive_instances() { |