So I work on the same project with both windows and linux machines, the problem is that both have different command structures (linux uses $VAR and windows uses %VAR% for example)
I was hoping to be able to define an "OS LOCK" setting, where I can say "use this command for windows, and this command for linux"
So I work on the same project with both windows and linux machines, the problem is that both have different command structures (linux uses $VAR and windows uses %VAR% for example)
I was hoping to be able to define an "OS LOCK" setting, where I can say "use this command for windows, and this command for linux"