Created
September 17, 2015 16:45
-
-
Save alxhub/6d36cbf91742cb12297a to your computer and use it in GitHub Desktop.
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
$ 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