From 37d07c9bd8048d9bf5f1fc5a98ca7aec6093df14 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 24 Apr 2019 15:56:38 -0400 Subject: [PATCH] shell wrapper for staticx no longer needed --- src/staticx-gam.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/staticx-gam.sh diff --git a/src/staticx-gam.sh b/src/staticx-gam.sh deleted file mode 100755 index 8d2e2684..00000000 --- a/src/staticx-gam.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -mypath=$(readlink -e $0) -export GAM_REAL_PATH=$(dirname $mypath) -staticx_binary="$mypath-staticx" -"$staticx_binary" "$@"