phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.13k stars 135 forks source link

Is this part of a previous stage of the game? #91

Closed Aierbote closed 2 years ago

Aierbote commented 2 years ago

I was wondering what this thing meant

  | gsh exit                                            |.
  |   quit GameShell                                    |.
  |   (you can start from the current mission by        |.
  |   running the start.sh script with the "-C" flag)   |.

cause I see no start.sh in the folder when I git cloned the game.

So, ask said in the title: Is this part of a previous stage of the game?

I've even tried to run man gameshell.sh and man gsh but there is none

rlepigre commented 2 years ago

That indeed seems outdated: when you quit the game, a script gameshell-save.sh is created that you can run to resume the session where you left it the last time.

phyver commented 2 years ago

fixed by 48e7592f