diff options
author | Michał Polański <michal@polanski.me> | 2020-03-05 21:29:01 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 17:49:48 -0300 |
commit | c0c31051f142e49b099c28b6e7dbd15c4dbc207d (patch) | |
tree | e998a61b828f2fe411cdd6205f09d203a1762a89 /testing/ps_mem/python3.patch | |
parent | bcdae1321cd06299f8671b6afdfc4c9fe8747290 (diff) | |
download | aports-c0c31051f142e49b099c28b6e7dbd15c4dbc207d.tar.bz2 aports-c0c31051f142e49b099c28b6e7dbd15c4dbc207d.tar.xz |
testing/ps_mem: new aport
Diffstat (limited to 'testing/ps_mem/python3.patch')
-rw-r--r-- | testing/ps_mem/python3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ps_mem/python3.patch b/testing/ps_mem/python3.patch new file mode 100644 index 0000000000..51b9634923 --- /dev/null +++ b/testing/ps_mem/python3.patch @@ -0,0 +1,10 @@ +diff --git a/ps_mem.py b/ps_mem.py +index 805d97e..0f44a91 100755 +--- a/ps_mem.py ++++ b/ps_mem.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + # Try to determine how much RAM is currently being used per program. + # Note per _program_, not per process. So for example this script |