5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-26 10:03:52 +03:00
pve-storage/pvesm

9 lines
102 B
Plaintext
Raw Normal View History

2013-10-01 13:07:46 +02:00
#!/usr/bin/perl
2011-08-23 07:43:03 +02:00
use strict;
2013-10-01 13:07:46 +02:00
use warnings;
2011-08-23 07:43:03 +02:00
2015-09-18 08:21:17 +02:00
use PVE::CLI::pvesm;
2011-08-23 07:43:03 +02:00
PVE::CLI::pvesm->run_cli_handler();