base_role/overlay/Linux/usr/local/bin/python2.sh
embed@git.macaw.me b50fd16591 first
2024-01-06 01:38:28 +00:00

6 lines
125 B
Bash
Executable File

#!/bin/bash
# -*- mode: sh; tab-width: 8; coding: utf-8-unix -*-
ROLE=bash
export PYVER=2
exec /usr/local/bin/python.sh "$@"