#!/bin/sh # Author: Christoph Galuschka # Athmane Madjodj t_Log "Running $0 - python can print Hello World" if [ "$centos_ver" -ge 8 ] ; then PYTHON=python3 else PYTHON=python fi # creating source file FILE='/var/tmp/python-test.py' cat > $FILE <