Skip to content

Instantly share code, notes, and snippets.

@ober
Created December 22, 2011 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ober/11ed8fae7010027b28b7 to your computer and use it in GitHub Desktop.
Save ober/11ed8fae7010027b28b7 to your computer and use it in GitHub Desktop.
def list_templates *search
if search == [nil]
exec_on_dom0 "xe template-list"
else
(exec_on_dom0 "xe template-list").grep(search)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment