Código:
puts 'Menu'
puts '1- Mostrar Maquinas Virtuales Corriendo'
puts '2- Mostrar archivos de configuracion'
while TRUE
print 'vmshell#'
opt = STDIN.gets.to_i
if opt == 1
exec 'xm list'
end
if opt == 2
exec 'ls /etc/xen/zion/'
end
end
GRacias
|
|||
|
Tema destacado: Estamos en la red social de Mastodon |
|
|