Commit bc38ffa8 authored by zxl's avatar zxl
Browse files

Modify run command: python3

parent 70392fef
#!/bin/bash
python /app/bin/name1.py $1
python3 /app/bin/name1.py $1
send-message $1
#!/bin/bash
python /app/bin/name2.py $1
python3 /app/bin/name2.py $1
send-message $1
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment