Run a python script when connected to internet (Ubuntu 20.04)

前端 未结 0 1972
情话喂你
情话喂你 2020-12-06 10:55

I have a simple python script hello.py and a hello.sh file:

#!/bin/bash
python -c "from hello import hello; hello()"


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题