diff --git a/scripts/runner.sh b/scripts/runner.sh deleted file mode 100644 index 2903ce2..0000000 --- a/scripts/runner.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Description: -# This is a wrapper that defines common variables and passes all parameters to sh. -# -# Example of usage: -# runner.sh copy_paste_detection.sh Generated Localization Pods -# - -readonly EXIT_SUCCESS=0 -readonly EXIT_FAILURE=1 - -readonly TRUE=0 -readonly FALSE=1 - -. $@ \ No newline at end of file