После сборки появляется три бинаря:
- zerotier-cli -- утилитка для подключения
- zerotier-idtool -- генерилка ключиков
После сборки появляется три бинаря:
| #define WIN32_LEAN_AND_MEAN // just say no to MFC | |
| #define INIT_GUID | |
| #include "hge.h" | |
| #include <hgesprite.h> | |
| #include <hgefont.h> | |
| #include <hgecolor.h> |
| #!/bin/bash | |
| GITLAB_URL="https://example.gitlab.com/" | |
| PROJECT_ID="2" # get this id via the repo/project's overview page | |
| ACCESS_TOKEN="glpat-abc" | |
| # Create a new merge request | |
| curl --header "Private-Token: $ACCESS_TOKEN" \ | |
| "$GITLAB_URL/api/v4/projects/$PROJECT_ID/merge_requests" \ | |
| --data "source_branch=my-branch" \ | |
| --data "target_branch=main" \ |