This commit is contained in:
Jaroslaw Konik 2026-05-18 11:10:44 +02:00
parent 1ff13a8f4a
commit 93bba53dae

3
sizes Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
find . -maxdepth 1 -mindepth 1 -print0 | xargs -0 du -sh | sort -h