test.sh

#!/bin/bash
echo $#

运行

bogon:Desktop macname$ ./test.sh test_time.py /tmp/
2
bogon:Desktop macname$ 

 

相关文章: