How to pass a Bash variable to Python?

前端 未结 4 1094
-上瘾入骨i
-上瘾入骨i 2020-12-06 06:25

Eventually I understand this and it works.

bash script:

#!/bin/bash
#$ -V
#$ -cwd
#$ -o $HOME/sge_jobs_output/$JOB_ID.out -j y
#$ -S /bin/bash
#$ -l          


        
4条回答
提交回复
热议问题