rspec-core/upstream/script/run_rubocop
Executes shell script via alt interpreters
SHA-25616e0d8e6d4a53a300b4d42e6f2ca2ee03558fce6ab39a5545d7d273919e2a517
MaleculeH(Po)
Evidence
1#!/bin/bash
2# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
3# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
5set -e
6source script/functions.sh
7
8# Allow repos to override the default functions and add their own
9if [ -f script/custom_build_functions.sh ]; then
10 source script/custom_build_functions.sh
⋯4 lines