Last active
October 29, 2024 19:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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