mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 18:01:50 +01:00
11 lines
299 B
Diff
11 lines
299 B
Diff
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
|