Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created September 17, 2015 16:45
Show Gist options
  • Save alxhub/6d36cbf91742cb12297a to your computer and use it in GitHub Desktop.
Save alxhub/6d36cbf91742cb12297a to your computer and use it in GitHub Desktop.
$ go run src/ksp/kraken/tool/*.go --input ~/Documents/persistent.sfs vessel list --type ship
[sh] Ike I
[sh] Dres Ranger
[sh] Jool Lander
[sh] Jool Return Capsule
[sh] Alris' Shipwreck
[sh] Raigh's Debris
$ go run src/ksp/kraken/tool/*.go --input ~/Documents/persistent.sfs vessel list --type debris
[db] Zoology Module Debris
[db] Zoology Module Debris
[db] Zoology Module Debris
[db] Zoology Module Debris
[db] Creature Comforts Minmus Debris
[db] Duna Cyclotron Debris
[db] Moho Ranger Debris
$ go run src/ksp/kraken/tool/*.go --input ~/Documents/persistent.sfs vessel list --crew Jebediah
[sh] Ike I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment