Skip to content

Instantly share code, notes, and snippets.

@kigster
Last active October 29, 2024 19:00
Show Gist options
  • Save kigster/17a72e45cb48b0e405139d0afaabcb46 to your computer and use it in GitHub Desktop.
Save kigster/17a72e45cb48b0e405139d0afaabcb46 to your computer and use it in GitHub Desktop.
This script will check all of your rbenv and system built-rubies for presence of Jemalloc library
#!/usr/bin/env bash
# vim: ft=bash
#
# © 2024 Konstantin Gredeskoul <kig AT kig.re>
#
# How to use this:
# curl -fsSL https://bit.ly/rb-jemalloc-check | bash
export rc=/tmp/ruby-check
curl -fsSL -o $rc "https://raw.githubusercontent.com/kigster/bashmatic/refs/heads/main/bin/ruby-check"
chmod 755 $rc
$rc -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment