class Samovar::Command

def system(*args, **options)

def system(*args, **options)
	log_system(args, options)
	
	Kernel::system(*args, **options)
rescue Errno::ENOENT
	return false
end