mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-20 06:22:05 +01:00
local
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import subprocess, shlex
|
||||
command = 'yum list | grep lsphp | xargs -n3 | column -t'
|
||||
result = subprocess.check_output(command, shell=True).splitlines()
|
||||
for item in result:
|
||||
print(item.split(b' '))
|
||||
|
||||
Reference in New Issue
Block a user