This file contains 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 | |
# vi: ft=sh | |
# | |
# https://gist.github.com/kigster/8ddebf9fddff25620e64d558dd4d56b7 | |
# | |
# © 2019-2022 Konstantin Gredeskoul, Inc., All rights reserved. | |
# MIT LICENSE | |
# ———————————————————————————————————————————————————————————————— | |
# This script verifies that the ruby interpreter (either the one in | |
# the $PATH, or the one specified by the -r / --ruby option) is linked |