[~] Refactor
This commit is contained in:
parent
e9001a004b
commit
8fa5e20aa4
@ -1533,10 +1533,6 @@ def status(argv):
|
|||||||
free -h | \
|
free -h | \
|
||||||
grep -P Mem: | grep -Po '[\w\.\d]+' | tail -n +2 | head -n 3 | xargs echo -n;
|
grep -P Mem: | grep -Po '[\w\.\d]+' | tail -n +2 | head -n 3 | xargs echo -n;
|
||||||
''',
|
''',
|
||||||
r'''
|
|
||||||
sensors | \
|
|
||||||
grep -Po '[\\\+\\\-\\\w][^\\\s]+C ' | head -n 5 | xargs echo -n
|
|
||||||
''',
|
|
||||||
r'''
|
r'''
|
||||||
date +'%Y-%m-%d %l:%M:%S %p';
|
date +'%Y-%m-%d %l:%M:%S %p';
|
||||||
''',
|
''',
|
||||||
|
Loading…
Reference in New Issue
Block a user