Skip to content

Commit

Permalink
updates to 0xMF-hogs from OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Sep 5, 2024
1 parent faad7ef commit f0a11d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shells/0xMF/pleasure.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ function 0xMF-hogs {

if [[ -z "$1" || "$1" = "--sort-human" ]]; then
if [ "$(uname)" = "OpenBSD" ]; then
sz="1950"
sz="+1950"
else
sz="+10M"
fi
Expand Down Expand Up @@ -638,6 +638,8 @@ function 0xMF-hogs {
else
echo -e "No files of size $sz or more were found under $PWD"
fi
else
echo -e "No files of size $sz or more were found under $PWD"
fi

unset files f nf sz
Expand Down

0 comments on commit f0a11d2

Please sign in to comment.