]> git.proxmox.com Git - pve-storage.git/blame - pvesr
renamed: PVE/API2/StorageReplication.pm -> PVE/API2/Storage/Replication.pm
[pve-storage.git] / pvesr
CommitLineData
663510b8
WL
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::pvesr;
7
8PVE::CLI::pvesr->run_cli_handler();