From c99fa38daa74cc4dbec770901e1c112b85ed346d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 28 Sep 2024 22:30:23 +0200 Subject: [PATCH] root --- py.cpypy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py.cpypy.sh b/py.cpypy.sh index 884c2fe..6775efb 100755 --- a/py.cpypy.sh +++ b/py.cpypy.sh @@ -1,6 +1,8 @@ #! /usr/bin/env sh -root="/sw/python/cpypy" +file="$(readlink --canonicalize-existing "${0}")" +root="$(dirname "${file}")" +root="${root}/root/py/cpypy" data="download-metadata.json"