some more modifications

This commit is contained in:
2018-05-23 19:51:12 +02:00
parent e503b91267
commit 8f575e1c70
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -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))
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
find /home/beieli/bt-readings -type f -print -exec cat {} \;
echo