Added comments

This commit is contained in:
2024-12-06 22:05:41 +01:00
parent d2cbdc2910
commit b3f75ae3d8
15 changed files with 128 additions and 12 deletions

View File

@ -8,9 +8,11 @@
namespace fsh {
//Glavna singleton klasa za shell
class fsh {
public:
std::unordered_map<std::string, std::string> environment;
std::unordered_map<std::string, std::string>
environment; //Omogucava komandama da cuvaju informacije kroz upotrebe
static fsh& instance() {
static fsh f;