Sha256: ac1a6750dbbe8f86d168bdcd4d78e4292d24431662b23e8c3fdedbad31a4f056
Contents?: true
Size: 327 Bytes
Versions: 6
Compression:
Stored size: 327 Bytes
Contents
#! /usr/bin/env ruby # because rubygems shims assume a gem's executables are Ruby require "minio/commands" begin command = [MinIO::Commands.executable, *ARGV] exec(*command) rescue MinIO::Commands::UnsupportedPlatformException, MinIO::Commands::ExecutableNotFoundException => e warn("ERROR: " + e.message) exit 1 end
Version data entries
6 entries across 6 versions & 1 rubygems