module Webgen::Utils::ExternalCommand
This module provides methods for easily working with external commands.
Public Class Methods
ensure_available!(cmd, *args)
Raise an error if the given command is not available.
This just checks if the exit status is zero.