[SB-CMS] sh file run a python file

#!/bin/sh

export PATH="$HOME/miniconda3/bin":$PATH

BASEDIR=$(dirname $0)

cd "${BASEDIR}"

python test.py


sleep 10

留言