#!/bin/bash
. /etc/profile
. ~/.bash_profile
set -x
cd /www
sleep 1
python3 x.py

标签: python

添加新评论