如何从shell脚本运行python函数

时间:2016-03-06 19:13:42

标签: python shell

这是我的shell脚本,我想运行方法foo(param)

#!/bin/sh    
python /Users/username/Desktop/forTrump/test.py

如何使用上面的shell脚本在test.py内运行一个函数?

1 个答案:

答案 0 :(得分:1)

Matrix.translateM(mvpMatrix, mPosition.x, mPosition.y);
// Or whatever translate method you have, I am not sure