### Optional: Use the script in the now unzipped directory Lab01
The directory Lab01 contains different files for the switch interfaces and routing configurations. For each of this, the path to the file has to be modified manually. To simplify the process and avoid typos, the script delivered with Lab01.zip can be used. To set it up, it has to be built:
´´´bash
```bash
go build -o buildclicommands main.go
´´´
```
Then, it can simply be used by setting the UUID`s of the switches as parameters by startup:
´´´bash
```bash
./buildclicommands -switch0 "<UUID of Switch0>" -switch1 "<UUID of Switch1>"
´´´
```
Now, you will find `commands-output.txt' which contains the ready-to-copy-paste commands!
Please note: The path to the files is specified automatically by the location of the directory Lab01. The location of the directory Lab01 can be moved, but the script and configuration files have to stay inside the directory for the script to work!
Next, the scheme tree for the switches need to be loaded, otherwise an error message appears it could not be found. For this, following commands need to be typed: