diff options
Diffstat (limited to 'scripts/free.py')
| -rwxr-xr-x | scripts/free.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/free.py b/scripts/free.py index 82e962ff..8c3359d8 100755 --- a/scripts/free.py +++ b/scripts/free.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 @@ """ A clone of 'free' cmdline utility. -$ python scripts/free.py +$ python3 scripts/free.py total used free shared buffers cache Mem: 10125520 8625996 1499524 0 349500 3307836 Swap: 0 0 0 |
