mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-10-31 05:29:47 +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();
 | 
