X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=conky%2Fshowmounts.sh;h=ecd3ae5688bd70e300ced5bf95deac60de6c386b;hb=HEAD;hp=93658864335368e362f21d3fbc528ed3b21996bd;hpb=90f5331dddae361cf2e66569bb06b3a216b9cfc1;p=shutils.git diff --git a/conky/showmounts.sh b/conky/showmounts.sh deleted file mode 100755 index 9365886..0000000 --- a/conky/showmounts.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -df -h | grep '/dev/s[rd][c-z0-9]' | awk '{ print $1 "\t" $5 " " $6}' | sed "s_/dev/__" | sort -df -h | grep '/dev/mmc*' | awk '{ print $1 "\t" $5 " " $6}' | sed "s_/dev/__" | sort