some more modifications
This commit is contained in:
@@ -128,6 +128,7 @@ def GetInfoText():
|
||||
['uname', '-a'],
|
||||
['df','-h','/boot','/root'],
|
||||
['free','-m'],
|
||||
['/home/beieli/root-bin/show-bt-readings'],
|
||||
['ip','a'] ]:
|
||||
commands_output = "%s\n# %s\n%s" % (commands_output,' '.join(comm_arr),subprocess.check_output(comm_arr))
|
||||
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find /home/beieli/bt-readings -type f -print -exec cat {} \;
|
||||
echo
|
||||
Reference in New Issue
Block a user