mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-11-04 02:00:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			96 B
		
	
	
	
		
			Perl
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			96 B
		
	
	
	
		
			Perl
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/perl
 | 
						|
 | 
						|
use strict;
 | 
						|
use warnings;
 | 
						|
 | 
						|
use PVE::CLI::qm;
 | 
						|
 | 
						|
PVE::CLI::qm->run_cli_handler();
 |