lib/minke/helpers/shell.rb in minke-1.11.1 vs lib/minke/helpers/shell.rb in minke-1.11.2
- old
+ new
@@ -2,9 +2,10 @@
module Helpers
class Shell
##
# Executes a shell command and returns the return status
def execute command
+ puts command
system("#{command}")
end
def execute_and_return command
log = `#{command}`
\ No newline at end of file