]> git.proxmox.com Git - pve-storage.git/blob - pvesr
zfstest: use truncate instead of dd
[pve-storage.git] / pvesr
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pvesr;
7
8 PVE::CLI::pvesr->run_cli_handler();