misunstaged runner.sh

This commit is contained in:
Ivan Smolin 2021-01-18 15:57:16 +03:00
parent b27fa554fb
commit a682c25dd5
1 changed files with 0 additions and 16 deletions

View File

@ -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
. $@