summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-09 21:21:48 -0600
committerzachir <zachir@librem.one>2023-02-09 21:21:48 -0600
commit0b921ed49b9f0c170bed444570d91e2d9901483b (patch)
tree6dac5fbe2be0bf88b875a3bc456ff777909fb3ba /memory
parent91e4799fedf9dbff384003b8c2eaea039cb57327 (diff)
fix /sbin/sh to /bin/shHEADmaster
Diffstat (limited to 'memory')
-rwxr-xr-xmemory2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory b/memory
index e9f8b2b..8b81626 100755
--- a/memory
+++ b/memory
@@ -1,4 +1,4 @@
-#!/sbin/sh
+#!/bin/sh
case $BLOCK_BUTTON in
1) notify-send "Memory hogs" "$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;;