phyver / GameShell

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

`pstree` is not a dependency for mission `03_pstree_kill ` #45

Closed phyver closed 3 years ago

phyver commented 3 years ago

The presence of pstree is not checked in processes/03_pstree_kill/init.sh, and the goal file does say the command is not standard. We can either

@rlepigre , what do you think?

(Maybe we can have a real dependency for pstree, and have some other mission use PPID...)

rlepigre commented 3 years ago

Yeah, maybe we can make it a dependency for now, and we can always add another of the version later. In general I think it is good to have more options: we don't need to include all the missions in the default index file.

phyver commented 3 years ago

a534684ae83a5db65fe0edb8b1289628d884fc92