From 9fbed62a3632e039a52e48450779c54331cba84d Mon Sep 17 00:00:00 2001 From: ubuntu Date: Tue, 4 Dec 2018 16:20:03 +0800 Subject: [PATCH] .. --- clients/client-linux.py | 1 + clients/client-psutil.py | 1 + 2 files changed, 2 insertions(+) diff --git a/clients/client-linux.py b/clients/client-linux.py index 6654c55..0ab4d5f 100755 --- a/clients/client-linux.py +++ b/clients/client-linux.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # Update by : https://github.com/cppla/ServerStatus # 支持Python版本:2.7 to 3.5 diff --git a/clients/client-psutil.py b/clients/client-psutil.py index ea3891a..5607284 100755 --- a/clients/client-psutil.py +++ b/clients/client-psutil.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # Update by : https://github.com/cppla/ServerStatus # 依赖于psutil跨平台库: