Benign go Download

rspec-expectations/upstream/script/run_build

Executes shell script via alt interpreters
SHA-25664ce95852942575688a847516210b672c6ca44c21eaf1f595181a92eedc792c7
MaleculeH(Po)

Evidence

Executes shell script via alt interpreters lines 1–18
1#!/bin/bash
2# This file was generated on 2022-09-08T12:42:03+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

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.