5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-12 09:18:01 +03:00
pve-storage/pvesm
2015-09-18 08:22:04 +02:00

9 lines
94 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::CLI::pvesm;
PVE::CLI::pvesm->run_cli();