Created
September 16, 2019 05:53
-
-
Save jetstreamin/b96eee64dd0cfe1aec30467b7000d400 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::gcloud | |
doskey gcl="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" $* | |
doskey gstop="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances stop instance-5 | |
doskey gstop2="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances stop instance-6 | |
doskey gstart="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances start instance-5 | |
doskey gstart2="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances start instance-6 | |
doskey gcloud="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" $* | |
doskey centos="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" beta compute --project "mystic-song-226805" ssh --zone "us-central1-a" "instance-6" | |
doskey winserver="C:\Windows\System32\mstsc.exe" C:\Users\2\Documents\Task-Stack-Widget\task-data\1032\instance-5.rdp | |
doskey ws="C:\Windows\System32\mstsc.exe" C:\Users\2\Documents\Task-Stack-Widget\task-data\1032\instance-5.rdp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment