From c6cac9b392dc698d9f17375a81dd48d94d85322a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Mon, 9 Mar 2020 19:36:33 +0100 Subject: community/ps_mem: move from testing --- community/ps_mem/python3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/ps_mem/python3.patch (limited to 'community/ps_mem/python3.patch') diff --git a/community/ps_mem/python3.patch b/community/ps_mem/python3.patch new file mode 100644 index 0000000000..51b9634923 --- /dev/null +++ b/community/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 -- cgit v1.2.3