diff options
Diffstat (limited to 'scripts/meminfo.py')
| -rwxr-xr-x | scripts/meminfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/meminfo.py b/scripts/meminfo.py index 0b15ff2b..b98aa60b 100755 --- a/scripts/meminfo.py +++ b/scripts/meminfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2009, Giampaolo Rodola'. All rights reserved. # Use of this source code is governed by a BSD-style license that can be @@ -7,7 +7,7 @@ """ Print system memory information. -$ python scripts/meminfo.py +$ python3 scripts/meminfo.py MEMORY ------ Total : 9.7G |
