12 lines
169 B
Fish
12 lines
169 B
Fish
|
function gstart
|
||
|
gcloud compute instances start $argv
|
||
|
end
|
||
|
|
||
|
function gstop
|
||
|
gcloud compute instances stop $argv
|
||
|
end
|
||
|
|
||
|
function gssh
|
||
|
gcloud compute ssh $argv
|
||
|
end
|