pve-manager/bin/pveceph

9 lines
109 B
Plaintext
Raw Normal View History

2014-01-21 11:02:52 +01:00
#!/usr/bin/perl -T
2013-11-13 06:18:41 +01:00
use strict;
use warnings;
2015-09-08 11:25:00 +02:00
use PVE::CLI::pveceph;
2013-11-13 06:18:41 +01:00
PVE::CLI::pveceph->run_cli_handler();