minimal-x86-64/nixos-minimal-25.05.813814.ac62194c3917-x86_64-linux/nix-store.squashfs.d/crs1ks6b3513ymkmxn8g4iivxz95gvkf-nixos-25.05.813814.ac62194c3917/nixos/pkgs/development/python-modules/gfal2-util
Text adds native shell execution
SHA-256048b6bf93700a00435a0cd9bd3c71bca67e9668a51ee54e1daf02569ff753eac
MaleculeO(C)
Evidence
2:16… PT_NAME 2022-11-17 00:00:00.000000000 +0000
3@@ -1,4 +1,4 @@
4-#!/bin/sh
5+#!/usr/bin/env python3
6 # -*- coding: utf-8 -*-
7 #
8 # Copyright (c) 2022 CERN
9@@ -15,10 +15,2 @@
10 # See the License for the specific language governing permissions and
11 # limitations under the License.
12-
13-# Execute script content with first python interpreter found:
14-# * GFAL_PYTHONBIN environment variable
15-# * python on the PAT …