]> git.proxmox.com Git - pve-storage.git/blame_incremental - pvesm
d/control: record pve-cluster build dependency
[pve-storage.git] / pvesm
... / ...
CommitLineData
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::pvesm;
7
8PVE::CLI::pvesm->run_cli_handler();