utils#sh: replace dummy
This commit is contained in:
parent
af94ab692f
commit
591a76a496
@ -29,7 +29,7 @@ end
|
|||||||
|
|
||||||
def sh(cmd, *args)
|
def sh(cmd, *args)
|
||||||
puts "$ #{cmd} "+ args.map {|a| "'#{a}'" }.join(" ")
|
puts "$ #{cmd} "+ args.map {|a| "'#{a}'" }.join(" ")
|
||||||
#system(cmd, *args)
|
system(cmd, *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
def die(msg)
|
def die(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user