rspec-mocks/upstream/script/run_build
Executes shell script via alt interpreters
SHA-256d8f20042dc910b540a4aa9d47b821cb43d9137ca7e02ed02eca3566344d82d0d
MaleculeH(Po)
Evidence
1#!/bin/bash
2# This file was generated on 2022-09-08T12:42:04+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
⋯8 lines