Sha256: 04f61090f7527da59a60f70605d2c8a9c2605748df4416813cb18503c77b855b
Contents?: true
Size: 180 Bytes
Versions: 7
Compression:
Stored size: 180 Bytes
Contents
#! /usr/bin/env ruby $VERBOSE = true path = Dir["/usr/lib/*/libjemalloc.so.2"] ENV["LD_PRELOAD"] = path.first unless ENV.key?("LD_PRELOAD") && path.empty? system ARGV.join(" ")
Version data entries
7 entries across 7 versions & 1 rubygems